<< Prev Question Next Question >>

Question 17/61

An application tracks usage of educational courses in a company. Many people can take one course. Each person can take multiple courses. The data has been stored in one table but it is growing too large. You decide to normalize the table.
What would a normalized data model contain?

LEAVE A REPLY

Your email address will not be published. Required fields are marked *

Question List (61q)
Question 1: Which three options describe benefits of using the InnoDB me...
Question 2: Identity two ways to configure a PHP application to use the ...
Question 3: Inspect the query: Mysql&gt;SELECT dept_no, emp_no FROM empl...
Question 4: Which three database objects have non-case-sensitive names o...
Question 5: What are two ways in which normalizing your tables helps imp...
Question 6: Consider a table my_table , with contents shown: (Exhibit) Y...
Question 7: Inspect the SELECT query: Mysql&gt; EXPLAIN SELECT employees...
Question 8: A table (t1) contains 1000 random integer values in the firs...
Question 9: Which two queries return a value of NULL? (Choose two.)...
Question 10: You have created your connector/Net object to connect to MyS...
Question 11: You have a transaction that queries a table at the beginning...
Question 12: As a developer, you inherit this table as part of a project:...
Question 13: You attempt to create two new tables: CREATE TABLE 'warehous...
Question 14: The people table contains the data as shown: (Exhibit) Which...
Question 15: Which two statements provide the definition for a view named...
Question 16: Which two functions can be used in a C program to retrieve i...
Question 17: An application tracks usage of educational courses in a comp...
Question 18: Which statement is true about the difference between HASH an...
Question 19: You want to query the VARCHAR column ' code' values that mat...
Question 20: Assume that none of the databases exist....
Question 21: Consider the table structure shown by this output: Mysql&gt;...
Question 22: Consider the structure of the table countryLanguage and the ...
Question 23: Consider the my_table table with these contents: (Exhibit) Y...
Question 24: You wish to create a trigger on the 'city' table that will c...
Question 25: You have two lists of values to correlate. (Exhibit) Which q...
Question 26: Given the table City: SELECT Name FROM City WHERE CountryCod...
Question 27: Which statement is true when working with PHP and prepared s...
Question 28: Which three view types are not updateable? (Choose three.)...
Question 29: Cormcctor/Net supports a decoupled database connection mode,...
Question 30: The tab-delimited file"/tmp/people,txt contains: 1636 Carste...
Question 31: A table country exists with a column Name. A user variable @...
Question 32: Inspect the CREATE TABLE below: Mysql&gt; CREATE TABLE foo (...
Question 33: Inspect the query: Mysql&gt; SELECT count (emp_no) FROM titl...
Question 34: A complex query consists of eight populated tables that are ...
Question 35: You have two tables: CREATE TABLE department ( Department_ID...
Question 36: Consider the CREATE FUNCTION statement: CREATE FUNCTION coun...
Question 37: You have been tasked to create a database that will store a ...
Question 38: Consider the content of the class and student tables: Class ...
Question 39: Examine the fruit and wine tables: Fruit (Exhibit) You execu...
Question 40: Consider the my_table table with two integer columns, a and ...
Question 41: Using the query: SELECT Code FROM country WHERE Name = 'unit...
Question 42: The city table has the following structure: (Exhibit) Consid...
Question 43: Your application is running slow. Which two features provide...
Question 44: You create a new, empty database called 'test'. You want to ...
Question 45: Examine this table that contains over two million rows of da...
Question 46: Assume the user has just connected to the MySQL server. What...
Question 47: You want to load data directly from a file into MYSQL by usi...
Question 48: Assume that the current database has a table with the follow...
Question 49: An application packs several fields of information into the ...
Question 50: You want to compare all columns of table A to columns with m...
Question 51: You attempt to create a temporary table by using the followi...
Question 52: The application logs contain many entries of the following: ...
Question 53: In MYSQL 5.6 you have the table t1: CREATE TABLE t1 ( id int...
Question 54: You have a database 'dev' that contains 15 tables, all of wh...
Question 55: Consider the query and its output: Mysql&gt; SELECT Language...
Question 56: Your MYSQL server was successfully running for a days, and t...
Question 57: Which three statement types can be prepared? (Choose three.)...
Question 58: A MySQL command- line client is started with safe updates di...
Question 59: Assume your connection uses SQL mode ANSI_QUOTES. Which two ...
Question 60: In the office table, the city column is structured as shown:...
Question 61: What is true about the contents of the INFORMATION_SCHEMATA ...