Exam 12: Managing Databases With MySQL 55

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

The MySQL statement used to test for a condition and then direct when blocks of code should be run depending on the outcome of the test is:

Free
(Multiple Choice)
4.9/5
(31)
Correct Answer:
Verified

C

SQL query results are displayed:

Free
(Multiple Choice)
4.9/5
(33)
Correct Answer:
Verified

A

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

Free
(True/False)
4.8/5
(21)
Correct Answer:
Verified

False

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
(37)

MySQL uses the MySQL NEW transition variable with triggers to access new data inserted into a table row.

(True/False)
4.9/5
(32)

The main MySQL GUI utility is:

(Multiple Choice)
4.8/5
(38)

Triggers that have been created in MySQL are displayed as objects in the Object Browser of the MySQL Workbench.

(True/False)
4.8/5
(44)

What is MySQL?

(Essay)
4.8/5
(29)

A new MySQL database is created using the New Database dialog box.

(True/False)
4.9/5
(32)

MySQL concurrency options include four scopes for the transaction isolation level - GLOBAL,LOCAL,SESSION and TRANSACTION.

(True/False)
4.9/5
(42)

What MySQL utility is used for DBMS administration?

(Essay)
4.7/5
(29)

The MySQL Installer for Windows requires the prior installation of:

(Multiple Choice)
4.8/5
(40)

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

(True/False)
4.9/5
(34)

Logging into the MySQL DBMS is done using:

(Multiple Choice)
4.7/5
(31)

The MySQL IF statement is used to test for a condition and then direct when blocks of code should be run depending on the outcome of the test.

(True/False)
4.7/5
(33)

The MySQL statement used to complete the basic SQL block structure is:

(Multiple Choice)
4.7/5
(23)

The MySQL keyword to actually start using a cursor is:

(Multiple Choice)
4.7/5
(39)

The default transaction isolation level in MySQL is REPEATABLE READ.

(True/False)
4.9/5
(35)

The MySQL keyword to create a cursor is:

(Multiple Choice)
4.7/5
(40)

MySQL uses the MySQL TODAYS_DATE()function to provide the value of the current date.

(True/False)
4.9/5
(41)
Showing 1 - 20 of 100
close modal

Filters

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