Please find the answers at the end of the test.
Q1. What best describes a database?
- It stores files
- It is a store for a collection of related data
- It is an application that stores data
- It is a complex spreadsheet
Q2. What is a database made up of?
- Tables, sets and columns
- Tables, files and columns
- Tables, rows and columns
- Spreadsheets, rows and columns
Q3. What does DBMS stand for?
- Database Main System
- Data Base Mean System
- Data Management System
- Database Management System
Q4. What best describes a DBMS?
- It is an application used to create other applications
- It is a software system that allows the management of databases
- It designs your database
- It manages application systems
Q5. Which of these are DBMSs?
- MySql
- Oracle
- PostgreSQL
- Microsoft SQL Server
Q6. What does the “R” in RDBMS stand for?
- Related
- Relational
- Refactor
- Reformatted
Q7. What 2 ways is SQL pronounced in the IT World?
- Sequel
- Sequin
- Ess-que-ell
- Ess-qui-nell
Q8. What makes tables relational?
- They have key columns that are related to other tables’ columns
- They have similar data in other tables
- They have related data sets in other tables
- They have data types connected to each other
Q9. Where does a database table get its name from?
- Its “table like” structure, being a bit like a spreadsheet
- Its originator’s name
- A developer’s coding format
- Its ability to build a hatched format
Q10. What two main things is a table made up of?
- Rows and columns
- Rows and data types
- Columns and data types
- Data types and Operators
Q11. How do we store data in a table?
- As a column
- As a row
- As a data type
- As a data set
Q12. What is a row made up of?
- Records
- Operators
- Columns
- Keys
Q13. What uniquely identifies a row?
- A primary key
- A data type
- A date
- A VARCHAR
Q14. How else might a row also be known as?
- A line
- A result
- A data type
- A record
Q15. What is a column also known as?
- A field
- A VARCHAR
- A data type
- A key
Q16. What restricts the type of information a column holds?
- The key
- Its name
- Its data type
- Its age
Q17. What best describes a Data Type?
- It determines what type of data can be stored in a column
- It allows different data to be stored in cells
- It determines what type of data can be stored in a row
- It uniquely defines a row
Q18. Which one of the following shows all the correct common Data Types?
- ANT, DEC, VARCHAR, DATE, TIMESTAMP
- INTEGER, NUMBER, STRING, DTE, TIMESTAMP
- INT, DECIMAL, VARCHAR, DATE, TIMESTAMP
- INT, DEC, VAR, DTE, TIMESTAMP
Q19. What does VARCHAR stand for?
- Variable length character
- Variety Character
- Variable length content
- Varied length character
Q20. What can a VARCHAR cell hold?
- An integer
- A decimal
- Text
- A date
Q21. What does INT stand for?
- Integration
- Invariable
- Inter numerable
- Integer
Q22. What best describes a Primary Key?
- It uniquely identifies each column in a table
- It allows columns to have the same value
- It allows rows to have the same value
- It uniquely identifies each row in a table
Q23. How many Primary Keys can you have in a table?
- Any number
- 2
- 1
- 99
Q24. Which of the following data types can a Primary Key hold?
- INT
- NULL
- VARCHAR
- DATE
Q25. How many columns does a Primary Key have?
- 1
- 99
- None
- As many as it takes to make a row unique
ANSWERS:
Q1. What best describes a database?
- It stores files
- It is a store for a collection of related data
- It is an application that stores data
- It is a complex spreadsheet
Answer:
2
Q2. What is a database made up of?
- Tables, sets and columns
- Tables, files and columns
- Tables, rows and columns
- Spreadsheets, rows and columns
Answer:
3
Q3. What does DBMS stand for?
- Database Main System
- Data Base Mean System
- Data Management System
- Database Management System
Answer:
4
Q4. What best describes a DBMS?
- It is an application used to create other applications
- It is a software system that allows the management of databases
- It designs your database
- It manages application systems
Answer:
2
Q5. Which of these are DBMSs?
- MySql
- Oracle
- PostgreSQL
- Microsoft SQL Server
Answer:
All of them
Q6. What does the “R” in RDBMS stand for?
- Related
- Relational
- Refactor
- Reformatted
Answer:
2
Q7. What 2 ways is SQL pronounced in the IT World?
- Sequel
- Sequin
- Ess-que-ell
- Ess-qui-nell
Answer:
1 and 3
Q8. What makes tables relational?
- They have key columns that are related to other tables’ columns
- They have similar data in other tables
- They have related data sets in other tables
- They have data types connected to each other
Answer:
1
Q9. Where does a database table get its name from?
- Its “table like” structure, being a bit like a spreadsheet
- Its originator’s name
- A developer’s coding format
- Its ability to build a hatched format
Answer:
1
Q10. What two main things is a table made up of?
- Rows and columns
- Rows and data types
- Columns and data types
- Data types and Operators
Answer:
1
Q11. How do we store data in a table?
- As a column
- As a row
- As a data type
- As a data set
Answer:
2
Q12. What is a row made up of?
- Records
- Operators
- Columns
- Keys
Answer:
3
Q13. What uniquely identifies a row?
- A primary key
- A data type
- A date
- A VARCHAR
Answer:
1
Q14. How else might a row also be known as?
- A line
- A result
- A data type
- A record
Answer:
4
Q15. What is a column also known as?
- A field
- A VARCHAR
- A data type
- A key
Answer:
1
Q16. What restricts the type of information a column holds?
- The key
- Its name
- Its data type
- Its age
Answer:
3
Q17. What best describes a Data Type?
- It determines what type of data can be stored in a column
- It allows different data to be stored in cells
- It determines what type of data can be stored in a row
- It uniquely defines a row
Answer:
1
Q18. Which one of the following shows all the correct common Data Types?
- ANT, DEC, VARCHAR, DATE, TIMESTAMP
- INTEGER, NUMBER, STRING, DTE, TIMESTAMP
- INT, DECIMAL, VARCHAR, DATE, TIMESTAMP
- INT, DEC, VAR, DTE, TIMESTAMP
Answer:
3
Q19. What does VARCHAR stand for?
- Variable length character
- Variety Character
- Variable length content
- Varied length character
Answer:
1
Q20. What can a VARCHAR cell hold?
- An integer
- A decimal
- Text
- A date
Answer:
3
Q21. What does INT stand for?
- Integration
- Invariable
- Inter numerable
- Integer
Answer:
4
Q22. What best describes a Primary Key?
- It uniquely identifies each column in a table
- It allows columns to have the same value
- It allows rows to have the same value
- It uniquely identifies each row in a table
Answer:
4
Q23. How many Primary Keys can you have in a table?
- Any number
- 2
- 1
- 99
Answer:
3
Q24. Which of the following data types can a Primary Key hold?
- INT
- NULL
- VARCHAR
- DATE
Answer:
1, 3 and 4
Q25. How many columns does a Primary Key have?
- 1
- 99
- None
- As many as it takes to make a row unique
Answer:
4
Return To Lesson ⇒ 3. Database Basics