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
To change the field names in a view include the AS clause in the CREATE VIEW command.
(True/False)
4.9/5
(33)
Within an organization,the ____________________ determines the types of access various users can have to the database.
(Short Answer)
4.7/5
(35)
In Access 2010,you can gain the same functionality as triggers by creating a(n) ____________________.
(Short Answer)
4.9/5
(39)
The SELECT command that creates the view,which is called the view query,indicates what to include in the view.
(True/False)
4.9/5
(29)
To create a view in Access,you simply create and then save a query.
(True/False)
4.7/5
(31)
The statement,____,removes the table LargeCust from a DBMS.
(Multiple Choice)
4.9/5
(36)
The command DELETE INDEX CustList; would remove the index named CustList.
(True/False)
4.9/5
(34)
One advantage of a view is that different users can view the same data in different ways.
(True/False)
4.7/5
(32)
Discuss what you can do if you need to change a table's structure in ways that are beyond the capabilities of your DBMS.
(Essay)
4.7/5
(39)
The ____ command will create an application program's or individual user's picture of the database.
(Multiple Choice)
4.8/5
(37)
Access has a tool called the ____________________,which allows you to easily print detailed documentation concerning any table,query,report,form,or other object in the database.
(Short Answer)
4.7/5
(29)
In SQL,you specify referential integrity using a(n) ____________________ clause in either the CREATE TABLE or ALTER TABLE commands.
(Short Answer)
4.8/5
(30)
If you anticipate running a particular query often,you can improve overall performance by saving the query in a special file called a(n) ____.
(Multiple Choice)
4.9/5
(34)
A(n) ____ is a computer that is connected to a network and has access through the server to the database.
(Multiple Choice)
4.8/5
(36)
The following command will enable Jones to retrieve data from the Customer table,but not to take any other action: GRANT SELECT ON Customer TO Jones ;
(True/False)
4.8/5
(29)
To create the primary key clause for the Orders table on the OrderNum and PartNum fields,the correct statement is ____.
(Multiple Choice)
4.8/5
(36)
____________________ is the prevention of unauthorized access to the database.
(Short Answer)
4.9/5
(28)
Legal-values integrity is the property that states that no record can exist in the database with a value in the field other than one of the legal values.
(True/False)
4.9/5
(40)
The following command will revoke the ability to retrieve Customer records from user Jones:
REVOKE GRANT ON Customer FROM Jones ;
(True/False)
5.0/5
(41)
Showing 21 - 40 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)