Home / Programming MCQs / MySQL MCQs / Question
J
Q. Which of the following is the correct syntax to add a field using alter command?
To add a field using alter statement following syntax should be followed: ALTER TABLE table_name ADD field_name data type;
You must be Logged in to update hint/solution
The TLS protocol is _____________.
Foreign keys cannot handle deletes and updates.
Select the correct order of precedence among the following?
Which mode is a shorthand for ‘both strict modes plus a bunch of other restrictions’?
A function called from SQL statements must obey certain rules meant to control side effects.
Which statement is not true about SQL?
The SQL keyword BETWEEN is used
Triggers enable to enforce data integrity constraints.
Which statement is used to check how MySQL would execute a SELECT query?
Discusssion
Login to discuss.