1. The command used to view sample template is ___________
Answers
Answered by
1
Answer:
Hey!!
✌️ Answer ✌️
The basic CREATE VIEW syntax as follows:
=> CREATE VIEW view_name AS
=> SELECT colum1, colum2...
=> FROM table_name
=> WHERE [condition];
Explanation:
Similar questions