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
What is ndb in mysql?
HOW TO FIND display the total number of weeks in the year of 1998 IN EMP TABLE
How to control the max size of a heap table?
What is the difference between timestamp and datetime in mysql?
SQL is not case sensitive. DELETE is the same as delete. State Whether True or False?
What is the storage engine for mysql?
Table - Products has number of products as below Productid ProductName 1 iPhone 2 iPad 3 BlackBerry Table - SalesPersonProduct has the below records Salespersonid productid S1 1 S1 2 S1 3 S2 1 S3 2 Write a SQL query that returns the total number of sold products
Where the database is stored in mysql?
How to use count function in mysql?
What are the indexes in mysql?
What is the difference between mysql_fetch_array() and ysql_fetch_object() ?
How do I use mysql?
Can we join 3 tables in mysql?
Is mysql free software?
How do I get a list of table names in mysql?