1.

Which keyword is used to create a table as a temporary copy of itself?(a) TEMP(b) TEMPO(c) TEMPR(d) TEMPORARYThis question was posed to me at a job interview.This intriguing question comes from Creating, Dropping, Indexing and Altering Tables topic in division Using SQL to Manage Data of MySQL

Answer»

Correct OPTION is (d) TEMPORARY

To EXPLAIN: The ‘CREATE TABLE’ CLAUSE has a very vast FORMAL format, although its USAGE is extremely simple and intuitive. One of the many ways is to create a table as a temporary copy of itself.



Discussion

No Comment Found

Related InterviewSolutions