Which keyword is used to create a table as a temporary copy of itself?
A. TEMP
B. TEMPO
C. TEMPR
D. TEMPORARY
Answer: Option D
Solution (By Examveda Team)
This question is about creating a temporary copy of a table in MySQL. Temporary tables are like regular tables but they only exist for the duration of the current connection.Think of it like making a scratch paper copy of a document. You can work on the copy without changing the original.
The keyword used to create a temporary table is TEMPORARY.
So the answer is Option D: TEMPORARY
Related Questions on MySQL Miscellaneous
How is communication established with MySQL?
A. SQL
B. Network calls
C. A programming language like C++
D. APIs
Which type of database management system is MySQL?
A. Object-oriented
B. Hierarchical
C. Relational
D. Network

Join The Discussion