Ondelete clause is specified with
a.)Drop table
b.)Delete command
c.)Create table
d.)Select command
Answer Posted / shilpa
Delete command
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to change a password for an existing user via mysqladmin?
What is view? How can you create and drop view in mysql?
What is mysql data directory? How to determine the location of the data directory?
How many entries can mysql handle?
How to include comments in sql statements?
How do I flush privileges in mysql?
Which is better sqlite or mysql?
How to allow the user "sonia" to connect to the server from localhost using the password "passwd". Login as root. Switch to the mysql db. Give privs. Update privs.
How to Set a root password if there is on root password.
How to Recover a MySQL root password. Stop the MySQL server process. Start again with no grant tables. Login to MySQL as root. Set new password. Exit MySQL and restart MySQL server.
What are the differences between innodb and myisam engines?
Can we join 3 tables in mysql?
Do while loop in mysql procedure?
What are queries used for?
How do I restore a mysql database dump file in linux?