Exam 11: Learn how to create a database in MySQL 5.7 Community Server Edition
Exam 1: Getting Started82 Questions
Exam 2: The Relational Model90 Questions
Exam 3: Structured Query Language97 Questions
Exam 4: Data Modeling and the Entity Relationship Model83 Questions
Exam 5: Database Design81 Questions
Exam 6: Database Administration78 Questions
Exam 7: Database Processing Applications84 Questions
Exam 8: Data Warehouses,Business Intelligence Systems,and Big Data100 Questions
Exam 9: Learn how to create a database in SQL Server 201643 Questions
Exam 10: Learn how to create a database in Oracle Database XE 11g Release 252 Questions
Exam 11: Learn how to create a database in MySQL 5.7 Community Server Edition72 Questions
Exam 12: Introduce the topic of importing Microsoft Excel 2016 data into a database table84 Questions
Exam 13: To be able to create a statement of work (SOW)54 Questions
Exam 14: Learn how to create E-R data models in Microsoft Visio 201633 Questions
Exam 15: Learn how to create Microsoft Access 2016 switchboards17 Questions
Exam 16: Know how to configure and update PHP36 Questions
Exam 17: Learn the basic concepts of business intelligence (BI)systems98 Questions
Exam 18: Learn about replicated partitioned data stores for supporting clusters75 Questions
Select questions type
In addition to downloading MySQL Community Server and the MySQL Workbench,it is recommended that the ________ also be downloaded.
Free
(Short Answer)
4.9/5
(40)
Correct Answer:
MySQL Connector/ODBC
What is an SQL script,and why are SQL scripts useful?
Free
(Essay)
4.9/5
(32)
Correct Answer:
An SQL Script is a group of SQL statements that are run consecutively.Each of the SQL statements in the script could be run separately,but running them as a group is more efficient,and this is what makes SQL scripts useful.A good example is grouping all the SQL CREATE TABLE statements necessary to build a database structure into a single SQL script.
To run an SQL script,click the ________ button on the MySQL Workbench toolbar.
Free
(Short Answer)
4.8/5
(36)
Correct Answer:
Execute SQL Script
Users should create an EER Models folder to hold EER models created with the MySQL Workbench.
(True/False)
4.8/5
(34)
Downloading and installing the MySQL connector/ODBC means that the ________ (name and version)driver will be available in the ODBC Data Source Administrator.
(Short Answer)
4.8/5
(30)
To run an SQL script,click the Execute button on the Query Toolbar.
(True/False)
4.8/5
(31)
In the MySQL Workbench,a 1:N non-identifying relationship between two tables that already contain the needed primary and foreign keys is created using the Place a Relationship Using Existing Columns button.
(True/False)
4.9/5
(27)
SQL statements can be run individually or as part of a related group of SQL statements known as a ________.
(Multiple Choice)
4.9/5
(33)
The E-R diagrams created in the MySQL Workbench use ________.
(Multiple Choice)
4.8/5
(42)
In the MySQL Workbench,a 1:N identifying relationship between two tables that do not contain the needed primary and foreign keys is created using ________.
(Multiple Choice)
4.8/5
(34)
The MySQL Workbench EER diagrams are actually ________ E-R diagrams.
(Short Answer)
4.9/5
(32)
To access documentation about the MySQL Workbench,use the ________.
(Multiple Choice)
4.7/5
(41)
To create a new MySQL Workbench EER model,you can use the New Model button on the Home page.
(True/False)
4.9/5
(40)
Describe how to create relationships in a MySQL Workbench database design.
(Essay)
4.9/5
(34)
Showing 1 - 20 of 72
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)