If you accidentally drop your table where does the table structure go to? So if I accidentally deleted a table where does the structure go?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Dropping and deleting are not the same thing. Generally, when people say they deleted (or truncated) a table, they mean that they removed the rows from the table. When a table is dropped, the schema for that table, along with all data, associated indexes, etc, is erased. Without a backup to restore from you are out of luck.