Dbms UNIT 1
Dbms UNIT 1
Levels of Database
The database has 3 levels as shown in the diagram below
1.Physical/Internal
2.Conceptual
3.External
Consider an Example of a University Database. At the different levels this
is how the implementation will look like:
Type of Schema Implementation
Conceptual Shema Students(id: int, name: string, login: string, age: integer)
Courses(id: int, cname.string, credits:integer)
Enrolled(id: int, grade:string)