Choose a topic to test your knowledge and improve your SQL skills
Which authentications are required for login into Mysql command line tool?
Mysql command line tool is used to show “how many rows are returned and how long SQL command took to execute”.
Which command is used for showing current date and time in Mysql command line tool?
Which among the following is the correct syntax for creating table?
What is the role of “CONSTRAINS” in defining a table in Mysql?
Which command is used for the table definition in Mysql?
Which among the following is the correct syntax for defining “Constraint Check” in Mysql?
Which data type character merges the “Check Constraint” into a data type definition?
Which among the following is the correct syntax for defining “ENUM” in Mysql?
Which among the following are the correct definitions for “NULL” in Mysql?
What is the meaning of “REFERENCES” in table definition?
What default value gets stored in columns of the table?
Which Statement is used to insert the values in the table?
Is it necessary to insert the value in each column of the table?
In the following SQL query, what does “person” stands for?
Which statement can be used for modifying the definition for an existing table?
Which feature is used for the automatic increment of the column?
Which among the following is the correct syntax for modifying the definition of an existing table?
What is the default value of column?
Which statement is used to select columns and rows from the table?
Which Clause is used to select a particular row from the set of row in an existing table?
Which Clause is used to sort the stored data in alphabetical order?
Which Clause is used to select a particular table in Mysql?
Which command is used to show all tables that are stored in a database?
Which among the following is the correct syntax for showing all tables in the database?
Which statement is used for updating existing information in the table?
Which statement is used to delete an existing row from the table?
“INSERT” is same as “UPDATE”?
Which clause is used to rename the existing table?
Which of the following functions are not performed by “ALTER” clause?
Numbers prefixed with ‘0x’ are in base __________
The mantissa in -1.58E5 is __________
The BIGINT precision is of bit _________
The DECIMAL used for expressions containing only exact values with fractional part is of digit precision _________
If a string is to be converted to a number, it is converted into a _____________
The bit-field values are prefixed with __________
‘2341’ is a ____________
If ANSI_QUOTES is enabled, MySQL treats the double quotes as ________________
The escape sequence for carriage return is ___________
Which mode is used to turn off the special meaning of backslash and treat it as an ordinary character?
x’ffff’ in decimal is ___
X’61626364′ and X’61626364′ are respectively ______
The number of legal hexadecimal values among 0x0a, 0x0A, 0X0a and 0X0A is _________
What is used to produce a new string from an old string in the desired character set?
To measure the length of a string in bytes, the operator used is __________
Which character set variable indicates the character set used for storing identifiers?
Character data can be stored as ______________
Which declaration represents that “character data will consume the same number of bytes as declared and is right padded”?
Which declaration doesn't use the same number of bytes and consumption of bytes depends on the input data?
The maximum length of the char columns is ____________