Relational Database Model
Relational model of database is a good way to represent the database. Also network data model and hierarchical model can be used depending on the requirements.
A database is a collection of tables that is used for some purpose (typically an application of some sort). A database model is a description of that database, and describes how the tables relate to each other. Typically, a model is designed first, then the actual database is implemented using the model as a blueprint.
what is the architecture of database network
simplified standard model of database
One of the advantages of a relational database model is that the broken keys and records and the data complexity are usually simplified. The disadvantage of the relational database model is that it requires sophisticated processing power which is very costly.
A hierarchical model is a database model which represents the database in a tree diagram. It thus helps the user to work with(i.e., use, modify, extract etc.) the database without even bothering about the complicated algorithms or flow chart used by the system to deal with the database.
Answering "List the advantage and disadvantage of object oriented database model?" Answering "List the advantage and disadvantage of object oriented database model?"
the ---- of a database presents the views that the end user have
Conceptual database design is the process of constructing a model based on the enterprise. Logical database design is the process of constructing a specific data model. Physical database design is the process of producing of the database on the secondary storage.
A high level data model serves the database designer by providing a conceptual framework in which to specify, in a systematic fashion, what the data requirements of the database users are, and how the database will be structured to fulfill these requirements.
Types of Database in sql server 2005:- 1.Master Database 2.Tempdb Database 3.Model Database 4.MSDB Database 5.Resource Database