You are on page 1of 1

1. What is data model?

- Data models define how the logical structure of a database is modeled. 


2. Enumerate the three representation of data model
- Entities, Attributes, Relationships
3. What are the two-authentication mode in SQL Server? These can be found during SQL Server
installation process
- Windows and SQL Authentication
4. What is an integrated environment to manage SQL Server infrastructure? It provides a user
interface and a group of tools …
- Microsoft SQL Server Management Studio (SSMS
5. What database model currently the best practice and standard option solution available for
both storage and retrieval of data?
- 2019 model Developer
6. It’s a description of objects represented by a computer system together with their properties
and relationship.
7. Is a piece of software or program designed and written to fulfill a purpose of the user
- Applicaiton
8. Is a facts and statistics collected together for reference or analysis
- Data
9. Is a set of data that describes and gives information about other data
- metadata
10. Is a piece of information about a characteristics of an entity
11. Is a mandatory in every table, must uniquely identify each instance of the entity and unchanging
12. Is the process of designing database tables in a way that makes for efficient use of disk space
and that allows the efficient manipulation and updating of the data
13. Is a primary server management tools, graphical and code based object management, its also a
software application used for configuring managing and adminestiring all components within
Microsoft sql server
- SQL Server 2019 Configuration Manager
14. Is a blueprint for how data is stored in a database and is similar to an architectural approach for
how data is stored
-Database Design
15. Give 5 edition of Microsoft sql server
-Enterprise, Business Intelligence, Standard, Express
16. Give 5 version of Microsoft sql server
-Enterprise, Standard, E
17. Enumerate at least 5 examples of data
- Jerome, Ann, Michael, Bernard, Edwin
18. Enumerate atleast 5 examples of metadata
- Singer name, Artist name, Location, Place, Date of Birth
19. Enumerate at least 5 examples of 5 entities
- Student, Science, Mathematics, Building, Department
20. Give five examples of SQL Data types
- Decimal, int, big int, bit, small int

You might also like