Exam 4: The Relational Model 3: Advanced Topics
Exam 1: Introduction to Database Management50 Questions
Exam 2: The Relational Model 1: Introduction, QBE, and Relational Algebra50 Questions
Exam 3: The Relational Model 2: SQL74 Questions
Exam 4: The Relational Model 3: Advanced Topics50 Questions
Exam 5: Database Design 1: Normalization50 Questions
Exam 6: Database Design 2: Design Method75 Questions
Exam 7: Dbms Functions50 Questions
Exam 8: Database Administration50 Questions
Exam 9: Database Management Approaches75 Questions
Select questions type
In MySQL,you use the _____ command to produce a list of tables.
Free
(Multiple Choice)
4.9/5
(34)
Correct Answer:
C
Once you add an index to a database,you cannot delete it.
Free
(True/False)
4.9/5
(32)
Correct Answer:
False
To insert a new field in a table,the ____ keyword should be used with the ALTER TABLE command.
Free
(Multiple Choice)
4.9/5
(36)
Correct Answer:
A
The SQL command for deleting the Warehouse field from the Part table is ____.
(Multiple Choice)
4.9/5
(41)
Which of the following statement fragments will only allow a CreditLimit of $7,500,$10,000,or $15,000?
(Multiple Choice)
4.8/5
(40)
Information about tables in the database is kept in the system catalog.
(True/False)
4.9/5
(40)
What is the difference between entity integrity and referential integrity?
(Essay)
4.7/5
(35)
Under which conditions should you create an index on a field (or combination of fields)?
(Essay)
4.9/5
(33)
To create an index for the Customer table named RepBal with the keys RepNum and Balance and with the balances listed in descending order,the command is ____.
(Multiple Choice)
4.9/5
(36)
The ____ statement will take away user privileges to the database.
(Multiple Choice)
4.8/5
(37)
To use a stored procedure in MySQL,a user enters the word _____ followed by the procedure name.
(Multiple Choice)
4.9/5
(32)
An individual can use a view to create reports,charts,and other objects that show database data.
(True/False)
4.9/5
(37)
What are the advantages of having views only contain the fields required by a given user?
(Essay)
4.8/5
(33)
In a system catalog,the ____________________ table contains information about the tables known to SQL.
(Short Answer)
4.8/5
(32)
The semicolon at the end of a MySQL command is called a(n) ____________________.
(Short Answer)
4.8/5
(28)
The SQL command used to delete an index that is no longer necessary is ____________________.
(Short Answer)
4.8/5
(33)
Showing 1 - 20 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)