Exam 10: C: Managing Databases With MySQL
Exam 1: Introduction100 Questions
Exam 2: Introduction to Structured Query Language SQL105 Questions
Exam 3: The Relational Model and Normalization100 Questions
Exam 4: Database Design Using Normalization100 Questions
Exam 5: Data Modeling With the Entity-Relationship Model100 Questions
Exam 6: Transforming Data Models Into Database Designs103 Questions
Exam 7: Sql for Database Construction and Application Processing100 Questions
Exam 8: Database Redesign101 Questions
Exam 9: Managing Multiuser Databases102 Questions
Exam 10: A: Managing Databases With SQL Server 20012100 Questions
Exam 10: B: Managing Databases With Oracle Database 11g Release 2100 Questions
Exam 10: C: Managing Databases With MySQL100 Questions
Exam 11: The Web Server Environment198 Questions
Exam 12: Big Data datawarehouse and Business Intelligence Systems102 Questions
Exam 13: Microsoft Access 201348 Questions
Exam 14: Getting Started With Systems Analysis and Design35 Questions
Exam 15: E-R Diagrams and the Idef1x Standard35 Questions
Exam 16: E-R Diagrams and the UML Standard36 Questions
Exam 17: Getting Started With MySQL Workbench Data Modeling Tools37 Questions
Exam 18: Getting Started With Microsoft Visio 201334 Questions
Exam 19: Data Structures for Database Processing35 Questions
Exam 20: the Semantic Object Model35 Questions
Exam 21: Getting Started With Web Servers php and the Eclipse PDT35 Questions
Exam 22: Business Intelligence Systems80 Questions
Select questions type
What is the MySQL Table Editor?
Free
(Essay)
4.9/5
(39)
Correct Answer:
The MySQL Table Editor is a GUI administration tool used to create and manage MySQL tables.It can be opened in the MySQL Workbench,but is not accessible as a separate utility because it must operate on the default schema.It allows the user to graphically build table and database structures such as indexes.
To create a MySQL index using SQL,the correct SQL statement is:
Free
(Multiple Choice)
4.8/5
(38)
Correct Answer:
A
The MySQL delimiter that must be used with MySQL procedures as used in this text is:
Free
(Multiple Choice)
4.9/5
(39)
Correct Answer:
C
Users log into MySQL Workbench using the Connect to Database and Connect to MySQL Server dialog boxes.
(True/False)
4.7/5
(36)
The MySQL keyword used to retrieve a row of data while the cursor is operating is:
(Multiple Choice)
4.9/5
(32)
MySQL uses the MySQL LAST_INSERT_ID()function to provide the value of the most recently created surrogate key.
(True/False)
4.8/5
(31)
MySQL concurrency options include four transaction isolation levels: READ UNCOMMITTED,READ COMMITTED,REPEATABLE READ,and SERIALIZABLE.
(True/False)
4.8/5
(31)
For use with this book,it is recommended that MySQL be configured as a Decision Support (DSS)/OLAP machine.
(True/False)
4.8/5
(32)
MySQL restores are run on the Restore from Disk tab of the Data Export and Restore page.
(True/False)
4.8/5
(37)
MySQL users should always be given the GRANT OPTION for each schema.
(True/False)
4.8/5
(28)
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.8/5
(36)
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:
(Multiple Choice)
4.8/5
(34)
MySQL Workbench is the MySQL GUI application development utility.
(True/False)
4.7/5
(40)
Triggers that have been created in MySQL are displayed as objects in the Object Browser of the MySQL Workbench.
(True/False)
4.9/5
(39)
Showing 1 - 20 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)