Correct Answer: CREATE VIEW v1 AS SELECT * FROM t1;
Explanation:
Note: This Question is unanswered, help us to find answer for this one
MySQL Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More MySQL MCQ Questions
How are permissions implemented in MySQL?
Inside a transaction, several operations need to be performed. What would you do if an exception happens during that transaction?
What function finds the current time or date in MySQL?
What is the correct usage of ENUM in MySQL?
The mysqldump command cannot generate output in _.
What does SQL stand for?
What does SQL mean?
Which SQL statement is used to update data in a database?
How do you select all the records from a table named 'Persons' where the 'FirstName' is 'Peter' and the 'LastName' is 'Jackson'?
What limits the type of data that goes into a table?