T
Q. What does the DROP DATABASE Statement do?
In the database management system, DROP DATABASE SQL statement deletes the existing database, together with all the database tables and views.
You must be Logged in to update hint/solution
Q. What is true about the following SQL statement?
Q. Triggers and events are not invoked automatically by the server.
Q. A single unit of work for all commands executed consecutively is known as
Q. The –protocol value ‘TCP’ runs on which operating systems?
Q. Which upgrade involves shutting down the old MySQL version and replacing the old binaries?
Q. The keyword “MODIFY” is used with which query clause?
Q. What is a synonym for CHARACTER SET?
Q. SQL contains which component in its process?
Q. What will be the output of the following query:Select round(59999.99,-2);
Discusssion
Login to discuss.