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 (Error incomplete) Short answers |
||||||||||||||||||||||||||||||||||||||||||||||||
| 2 |
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.
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 |