adplus-dvertising
frame-decoration

Question

Which statement issues a lock on tables?

a.

ISSUE LOCK

b.

LOCK ISSUE

c.

LOCK TABLES

d.

ISSUE LOCKS

Answer: (c).LOCK TABLES

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which statement issues a lock on tables?

Similar Questions

Discover Related MCQs

Q. Reading from a table does not change it.

Q. To how many of these does the LOW_PRIORITY modifier apply to?

DELETE, INSERT, LOAD DATA, REPLACE

Q. The number of tables among the following for which HIGH_PRIORITY have an effect are _________________

MyISAM, MEMORY, MERGE

Q. The number of tables for which DELAYED works is _________________

MyISAM, MEMORY, ARCHIVE, BLACKHOLE

Q. Find the odd one out in terms of scheduling policies.

Q. The use of table level locks is always useful in MyISAM tables.

Q. Which table is preferred when there are many updates?

Q. Accessing data from which of these is faster?

memory, disk

Q. Which system variable controls the size of the table cache?

Q. Which status indicator assesses how effective the table cache is?

Q. In MySQL, the default size of the key buffer in MB is _________________

Q. The system variable to maintain InnoDB log buffer size is _________________

Q. All queries can be cached.

Q. To determine whether query cache is supported by the server the variable is _________________

Q. Which mode tells not to cache query results?

Q. Which mode tells cache queries that begin with SELECT SQL_CACHE?

Q. Installing more memory into the machine enables to configure larger values for cache server.

Q. Which command is used to remove existing tables or database?

Q. Which command is used to display all the existing tables in a database?

Q. Is duplicate entry of primary key is allowed in SQL?