Services
Discover
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Database Processing Fundamentals Study Set 1
Exam 12: Managing Databases With Mysql 5.6
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 81
Multiple Choice
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 ________.
Question 82
Multiple Choice
The MySQL statement used to repeat a set of SQL statements as long as some condition is true is ________.
Question 83
True/False
MySQL is configured using the MySQL Server Instance Configuration Wizard.
Question 84
Essay
What is the MySQL Table Editor?
Question 85
True/False
The MySQL transaction isolation level can be manually set using a MySQL SET {SCOPE} TRANSACTION ISOLATION LEVEL {LEVEL OPTION} command.
Question 86
True/False
MySQL users must be granted the right to have MySQL schema privileges before the specific privileges themselves are granted.
Question 87
True/False
MySQL concurrency options include four transaction isolation levels: READ UNCOMMITTED,READ COMMITTED,REPEATABLE READ,and SERIALIZABLE.
Question 88
Multiple Choice
The MySQL keyword to actually start using a cursor is ________.
Question 89
True/False
MySQL indexes can be created by using the GUI MySQL Table Editor or an SQL statement.
Question 90
True/False
MySQL databases are backed up using the MySQL Backup System.
Question 91
True/False
Users log into MySQL Workbench using the Connect to Database and Connect to MySQL Server dialog boxes.
Question 92
True/False
The MySQL Workbench is included in the MySQL Server Community Edition installation.
Question 93
Multiple Choice
SQL statements can be run individually or as part of a related group of SQL statements known as a ________.
Question 94
True/False
The spreadsheet data must first be highlighted (selected)in order to be imported using the MySQL for Excel Add-In.
Question 95
True/False
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.