Logo

Mysql Questions Set 14:

Quiz Mode

What is the default port of MySQL server

1
2
3
4

Solution:

Which of these is not a valid name for a column

1
2
3
4

Solution:

Which of the following is not a valid SQL data type?

1
2
3
4

Solution:

If no database has been selected, specifying a database qualifier is necessary. 

1
2

Solution:

 Which “text type” has the maximum number of bytes?
 

1
2
3
4

Solution:

  Which of these operators perform similar operations like ALL and ANY? 

1
2
3
4

Solution:

The default format for “Date” data type is

1
2
3
4

Solution:

 

What is def in the following statement?

DECLARE abc HANDLER FOR def ghi;

1
2
3
4

Solution:

Which SQL keyword is used to select only different/unique values from a table and avoid duplicates?

1
2
3
4

Solution:

To perform a delete on a single-table, how is the name of a column qualified? 

1
2
3
4

Solution: