C) A logical description or some portion of the database.
D) A procedure stored on the server.
8. What is true of a distributed database?
A) Less reliable.
B) Better local control.
C) Slower response time.
D) None of the above.
9. A candidate key must satisfy all the following conditions EXCEPT:
A) The key must uniquely identify the row.
B) The key must indicate the row's position in the table.
C) The key must be nonredundant.
D) Each nonkey attribute is functionally dependent upon it.
10. A constraint between two attributes is called a(n):
A) Functional relation.
B) Attribute dependency.
C) Functional dependency.
D) Functional relation constraint.
Question 2
(10 marks]
Indicate whether the following statements are True or False in your answer booklet.
ID Statement/Description
True
1 A database management system (DBMS) is used to create,
retrieve, update, and delete data in a database.
2 Group functions include nulls in their calculations.
3 The database server executes subqueries first before the main
query.
4 In SQL,the HAVING clause is used to specify conditions for
filtering rows in a query.
5 A repository is a centralised knowledge base of all data
definitions, data relationships, screen and report formats, and
other system components.
6 In a relational database, the relationship between tables is
established through the unique naming of the different tables
involved in the relation.
7 You can roll back the DROPTABLEstatement.
8 COUNT (salary) returns the number of non-null values that are
in the column salary.
9 The symbols != and "= can also represent not equal to.
10 Values that are specified by the BETWEENoperator are not
inclusive.
False
Page I 2