What default value gets stored in columns of the table?
Which SQL instruction is used to add a new row in a database table?
In inner join, result is produced by matching rows in one table with rows in another table.
Which SQL keyword is used to select different/unique values from a table?
The command which lists databases managed by the server is _____________
What is xyz in the following statement?
DELETE FROM xyz WHERE abc = 5;
Identify the table name in the following statement.
INSERT INTO person VALUES('Kyle','M',NULL);
What is the host name in the command given below:
mysql -h root.dayum.net -p -u swarni
What statement is used to show the definition of an existing database?
What does ‘abc’ & ‘xyz’ specify?