Question: You need to make an exact copy of a table, with all columns and indexes. How can you get all of the information needed to accomplish this?
- create table
- clone table
- insert into
- show create table
Answer: The correct answer of the above question is Option D:show create table