Management to database systems questions.
Find Management to database systems university examination questions in acaproso.com
| # | Question | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | Partial functional dependency describes dependency between attributes connected to each other. True OR False |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 2 | Define the following concepts in databases systems:
Short answers |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 3 | List three(3) database management system software applications. Short answers |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 4 | Mention three (3) control structures that are used for repetition in PHP. Short answers |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 5 | Outline three (3) data definition language statements that are used to change database schemas. Short answers |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 6 |
Practical |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 7 | Use the tables given below that show instances of sailors, boats and allocations to answer the questions that follow; Sailor:
Boat;
Allocation;
SELECT sailorName,gender,age,boatName FROM sailor s, allocation a, boat b WHERE a.sailorNo=s.sailorNo AND a.boatNo=b.boatNo AND age>=45;
Practical |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 8 | Provide the name of the database concept whose description is given in each of the following:
Short answers |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 9 | i.Define the following terms as related to electronic database and give two examples for each .
ii.Describe ive areas where database are used iii.Describe steps involved in database development process iv.Why databases are implemented as part of the information systems? Long answers |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 10 |
Long answers |