Logo

Mysql Questions Set 15:

Quiz Mode

Views are not updatable. 

1
2

Solution:

Which keyword is used to create a database? 

1
2
3
4

Solution:

Which of these operators does not perform relative-value comparisons? 

1
2
3
4

Solution:

How many Primary keys can have in a table?

1
2
3
4

Solution:

 The point of intersection of lines, x + 3y = 8 and 3x = 2 + 2y is 

1
2
3
4

Solution:

Which statement is used to force the optimizer to use tables in a particular order?

1
2
3
4

Solution:

 To see the table structure, which of the following commands is issued? 

1
2
3
4

Solution:

Which statement is used to see the definition for an existing database? 

1
2
3
4

Solution:

 The option that executes all SQL statements in a SQL script irrespective of the number of errors is _____________ 

1
2
3
4

Solution:

Any client in the client/server architecture of MySQL can change how the server behaves in relation to itself without impact on other clients. 

1
2

Solution: