Computer Science, asked by silencenight, 1 year ago

what is the command used to define view in SQL??​

Answers

Answered by Anonymous
3

Hey!!

✌️ Answer ✌️

The basic CREATE VIEW syntax as follows:

=> CREATE VIEW view_name AS

=> SELECT colum1, colum2...

=> FROM table_name

=> WHERE [condition];

Note: You can include multiple tables in your SELECT statement in a similar way as you use them in a normal SQL SELECT query.


silencenight: Yap
silencenight: Great
Anonymous: Thnx bro!
silencenight: U most Welcm And ThAnK U TOo
Similar questions