Ondelete clause is specified with
a.)Drop table
b.)Delete command
c.)Create table
d.)Select command
Answer Posted / sriram
Delete command
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is a data directory?
What is a join? Explain the different types of mysql joins.
How to display top 10 rows in mysql?
how to search second maximum(second highest) salary value(integer)from table employee (field salary)in the manner so that mysql gets less load?
How to use like conditions?
What is required to create mysql database?
Consider a scenario where you have to send an email to a client from the sql database. How do you think you can achieve this task?
What is mysqlcommand?
How to include character strings in sql statements?
Why we use mysql database?
How can we optimize stored procedure?
How do I remove a user from mysql?
What is 'mysqlcheck'?
Where is the mysql database stored?
Can u give the example by taking an unnormalized table and make that 1nf and then 25nf, and then 3 nf?