πŸ“Š MySQL
Q. Which keyword is used to create a table as a temporary copy of itself?
  • (A) TEMP
  • (B) IF()
  • (C) TEMPR
  • (D) TEMPORARY
πŸ’¬ Discuss
βœ… Correct Answer: (D) TEMPORARY

Explanation: 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.

Explanation by: Neelam Mittal
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.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
135
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Neelam Mittal
Publisher
πŸ“ˆ
96%
Success Rate