Home »
MCQs »
MySQL MCQs
If our database name is 'schooldb' and we want to drop this database will the query work if we will write our database name in capital letters?
14. If our database name is 'schooldb' and we want to drop this database will the query work if we will write our database name in capital letters?
- Yes
- No
Answer: A) Yes
Explanation:
We can write any case while using a drop statement.