V
Q. The keyword “MODIFY” is used with which query clause?
MODIFY is not a clause, it is used with the ALTER clause. Example: ALTER TABLE employee MODIFY name varchar(50) NULL;
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. What represents an attribute in a relational database?
Q. Which command is used to remove existing tables or database?
Q. What does 'C' stand for in the ACID property of transactions?
Q. Which keyword is used for sorting the data in ascending order in Mysql?
Q. "CREATE TABLE ..." command is used to create which type of table in Mysql?
Q. Which mode tells the server to recognize double quote as an identifier quoting character?
Q. Which of these field types would be best to hold a film title?
Q. The left and right joins are also known as . . . . . . . .
Q. What is AI in terms of database collation?
Q. OS imposes per process limits on the number of open file descriptors.
Discusssion
Login to discuss.