Exam 12: Managing Databases With Mysql 5.6

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

The MySQL SQL/PSM statement used to test for a condition and then direct which blocks of code should be run depending on the outcome of the test is ________.

(Multiple Choice)
4.9/5
(35)

The MySQL statement used to repeat a set of SQL statements as long as some condition is true is ________.

(Multiple Choice)
4.9/5
(35)

MySQL is configured using the MySQL Server Instance Configuration Wizard.

(True/False)
4.8/5
(37)

What is the MySQL Table Editor?

(Essay)
4.8/5
(32)

The MySQL transaction isolation level can be manually set using a MySQL SET {SCOPE} TRANSACTION ISOLATION LEVEL {LEVEL OPTION} command.

(True/False)
4.9/5
(34)

MySQL users must be granted the right to have MySQL schema privileges before the specific privileges themselves are granted.

(True/False)
4.9/5
(34)

MySQL concurrency options include four transaction isolation levels: READ UNCOMMITTED,READ COMMITTED,REPEATABLE READ,and SERIALIZABLE.

(True/False)
4.9/5
(24)

The MySQL keyword to actually start using a cursor is ________.

(Multiple Choice)
4.9/5
(38)

MySQL indexes can be created by using the GUI MySQL Table Editor or an SQL statement.

(True/False)
4.8/5
(36)

MySQL databases are backed up using the MySQL Backup System.

(True/False)
4.7/5
(35)

Users log into MySQL Workbench using the Connect to Database and Connect to MySQL Server dialog boxes.

(True/False)
4.8/5
(37)

The MySQL Workbench is included in the MySQL Server Community Edition installation.

(True/False)
4.9/5
(32)

SQL statements can be run individually or as part of a related group of SQL statements known as a ________.

(Multiple Choice)
4.9/5
(40)

The spreadsheet data must first be highlighted (selected)in order to be imported using the MySQL for Excel Add-In.

(True/False)
4.8/5
(43)

MySQL uses the "Safe Updates"-Forbid UPDATE and DELETE statements with no key in WHERE clause or no LIMIT clause-checkbox to control the behavior of UPDATE and DELETE statements run from the MySQL Workbench.

(True/False)
4.7/5
(34)

Database objects are displayed in the Object Explorer window in the MySQL Workbench.

(True/False)
4.8/5
(37)

MySQL users are created on the Users and Privileges page in the MySQL Workbench.

(True/False)
4.8/5
(36)

In MySQL,surrogate keys that use a sequence maintained by MySQL should be given a data type of IDENTITY.

(True/False)
4.9/5
(38)

The default transaction isolation level in MySQL is REPEATABLE READ.

(True/False)
4.9/5
(32)

The MySQL LOOP statement is used to repeat a set of SQL statements as long as some condition is true.

(True/False)
4.9/5
(22)
Showing 81 - 100 of 101
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)