Computer Science, asked by anantmittalan3377, 8 months ago

1. The command used to view sample template is ___________

Answers

Answered by chvamsi737
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