Q. Which keyword is used to create a table as a temporary copy of itself?
β
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.