1. | Which type of database management system is MySQL?What is data in a MySQL database organized into? |
Answer: RelationalTables
|
2. | Which type of database management system is MySQL? |
Answer: (c).Relational
|
3. | What represents an ‘attribute’ in a relational database? |
Answer: TrueColumn
|
4. | What represents a ‘tuple’ in a relational database? |
Answer: (b).Row
|
5. | How is communication established with MySQL? |
Answer: (a).SQL
|
6. | What does ‘name’ represent in the following SQL code snippet?
|
Answer: (c).A column
|
7. | Which is the MySQL instance responsible for data processing? |
Answer: (b).MySQL server
|
8. | The MySQL server used in its client/server architecture is _______________ |
Answer: (d).mysqld
|
9. | In MySQL databases, the structure representing the organizational views of the entire databases is ____________ |
Answer: (a).Schema
|
10. | Which of the following clauses is used to display information that match a given pattern? |
Answer: (a).LIKE
|