view in dbms
--CREATING VIEW.
CREATE VIEW view_name AS
SELECT column1, column2, column3....
FROM table_name
WHERE condition;
view in dbms
--CREATING VIEW.
CREATE VIEW view_name AS
SELECT column1, column2, column3....
FROM table_name
WHERE condition;
What is view in DBMS
Views :
Views in SQL are kind of virtual tables.
A view also has rows and columns as they are in a real table in the database.
We can create a view by selecting fields from one or more tables,
present in the database.
A View can either have all the rows of a table or specific rows,
based on certain condition.
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us