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: SQL75 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
To insert a new field in a table, which keyword should be used with the ALTER TABLE command?
(Multiple Choice)
4.9/5
(40)
To create the primary key clause for the Customer table on the CustomerNum field, which statement should you use?
(Multiple Choice)
4.8/5
(44)
What value can you set a field to that is similar to not entering a value in it at all?
(Multiple Choice)
4.8/5
(40)
Indexes can increase the efficiency with which data is retrieved from the database.
(True/False)
4.9/5
(41)
What is the difference between entity integrity and referential integrity?
(Essay)
4.9/5
(31)
You can change the structure of a table using the CREATE VIEW command.
(True/False)
4.8/5
(38)
In SQL, you use the VERIFY clause to enforce legal-values integrity.
(True/False)
5.0/5
(37)
Using Access, which command will create a new table named NewClients from an existing table named Clients?
(Multiple Choice)
4.8/5
(35)
One advantage of a view is that different users can view the same data in different ways.
(True/False)
4.8/5
(35)
The command DEL INDEX CustList; would remove the index named CustList.
(True/False)
4.7/5
(44)
One disadvantage of using views is that they are data dependent so that if the database structure changes in any way, the view can no longer be used.
(True/False)
4.8/5
(40)
Explain what is meant by a null value. Is a null value the same as a value of zero?
(Essay)
4.8/5
(28)
To create an index named RepBal with the keys RepNum and Balance and with the balances listed in descending order, which command should you use?
(Multiple Choice)
4.8/5
(33)
Describe a client/server system and how it applies to stored procedures.
(Essay)
5.0/5
(35)
What database rule states that no field that is part of the primary key may accept null values?
(Multiple Choice)
4.9/5
(37)
Which of the following is a disadvantage of using an index?
(Multiple Choice)
4.8/5
(30)
What SQL feature can you use if you want to create a view that combines data from more than one table?
(Multiple Choice)
4.8/5
(39)
Showing 21 - 40 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)