Choose a topic to test your knowledge and improve your SQL skills
The maximum number of indexes on MyISAM table is _____
The data rows of a MyISAM table are stored in _______
In a single table (with 10 columns) join query the number of values needed to examine per column is _____
If a column contains 7 values and 6 distinct values, the cardinality is _____
For a table having 4 columns, the number of columns to which hash function is applied when using hash indexes is _____
The slow query log is written as ____
To check how MySQL would execute a SELECT query, which statement is used?
To perform analysis of key values by the server, the statement used is ______
Which statement is used to verify optimizer operation?
Which statement is used to force the optimizer to use tables in a particular order?
Which of these comparisons is slowest?
Which system variable tells the optimizer to skip certain plans based on estimates of the number of rows accessed for each table?
Which system variable tells how far into the rest of each incomplete plan the optimizer should look to evaluate whether it should be expanded further?
To convert an int to string, the function is _____
To convert a string to an int, the function is ______
To maintain performance of tables having variable length rows, which statement is used?
Which of these can be used to generate hash values?
IP numbers can be represented as ______
Which is more efficient?
Without LOCAL, LOAD DATA is ______
Which option turns on the extended-insert?
Which table option for MyISAM tables reduces index flushing?
Which option repairs MyISAM tables automatically after they open?
The option which delays index flushing for slave server is ______
TO enable the compressed client/server protocol the option is ______
To reactivate indexes the command used is ____
Which statement issues a lock on tables?
Find the odd one out in terms of scheduling policies.
Which table is preferred when there are many updates?
Which system variable controls the size of the table cache?
Which status indicator assesses how effective the table cache is?
In MySQL, the default size of the key buffer in MB is _____
The system variable to maintain InnoDB log buffer size is ____
To determine whether query cache is supported by the server the variable is _____
Which mode tells not to cache query results?
Which mode tells cache queries that begin with SELECT SQL_CACHE?
Which command is used to remove existing tables or database?
Which command is used to display all the existing tables in a database?
Is duplicate entry of primary key is allowed in SQL?
Is duplicate entry of other attributes are allowed in SQL?
Which is the correct format to store date in the SQL?
Which of the following are the valid database datatypes in Mysql?
Which Key is used to link two tables in Mysql?
Which line of the following statements will produce error?
Which compiler is used to execute the structured query language?
Which among the following tags belong to Data definition language?
Which among the following tags belong to Data Manipulation language?
Query Mechanism performs the following functions?
What jobs Query Optimizer perform in Mysql?
Which are the two languages used in Mysql?