Warning: Undefined array key 1 in /home/acaproso/public_html/._System/._Template/.Main.php on line 116
Management to database systems questions.

Management to database systems questions.

Find Management to database systems university examination questions in acaproso.com

# Question
1

Make use of functional dependencies given below to answers the questions thereafter:

Student 
ightarrowStudentName, StudentID
ightarrowAge, CourseID
ightarrowCourseName, (StudentID, CourseID)
ightarrowGrade, Grade
ightarrowGradePoint.

(Error incomplete)


Short answers
2
  1. List and briefly explain the types of data anomalies that could arise from relations that are generated directly from user views.

The table below contains information about employees in a company in which each employee has a department associated with him/her as well as project s/he participates in. Use it to give an example of each type of data anomaly described above.

EmployeeNo EmployeeName DeptNo DeptName ProjectNo ProjectName
115 Mercy 15 Sales 4 SD6
130 Nelson 20 Operations 3 Prophet5
130 Nelson 20 Operations 5 LPIC
145 Lilian 12 Accounts 4 SD6
115 Mercy 15 Sales 5 LPIC
140 John 18 Marketing 2 MI6
131 Enock 12 Accounts 3 Prophet5
  1. Define normalization and state its significance in database modelling.
  2. Apply the rules of normalization to the table in (i) above to produce a set of well-designed third normal form (3NF) relations. Identify all the primary, and foreign keys in your 3NF relations.

Long answers
3

phpMyadmin is a remote login utility used to connect to Mysql databases.

 


True OR False
4

The WHERE clause in the SQL SELECT statement is used to sort the result of the query.


True OR False
5

Variables in PHP begin with a dollar symbol ($).


True OR False
6

DESCRIBE command is used in SQL to display the list of all available tables.


True OR False
7

CHAR is a data type in MYSQL that accepts variable-length of text data up to 255 characters.


True OR False
8

Foreign key values must match a candidate key value of some tuple in the home relation.


True OR False
9

% is a special character used in SQL statement to match a pattern of any single character.


True OR False
10

define(‘size’,25); is a statement in PHP that creates a variable and assigns it a value of 25.


True OR False