2 Flashcards
used by various users for various purposes
DBMS
can be seen as single tier or multi tier or n-tier architecture
DBMS Architecture
It does not provide handy tools for end users and preferably database designer and programmers use single tier architecture
DBMS/1 Tier Architecture
must have some application, which uses the DBMS
2-tier Architecture
separates it tier from each other on basis of users
3-tier architecture
tells how the logical structure of a database is modeled
Data Model
are fundamental entities to introduce abstraction in DBMS
Data Model
define how data is connected to each other and how it will be processed and stored inside the system
Data Model
Goal– make sure all data objects required by a database are completely and accurately represented
Data Modeling
precise description of the data content in a system
Data Model
Design the database at physical, logical and view level
Data Model
represents the nature of data, and the business logic to control the data. It is also organize the database
Data Modeling
helps to communicate between business people, who requires the computer system, and the technical people who can fulfill their requirements.
Data Modeling
a class of real world objects having common attributes (e.g., sites, variables, methods).
Entity
A characteristic or property of an entity (site name, latitude, longitude)
Attribute