Presentation is loading. Please wait.

Presentation is loading. Please wait.

Lecture 02 The Relational Data Model. Advantages of Database.

Similar presentations


Presentation on theme: "Lecture 02 The Relational Data Model. Advantages of Database."— Presentation transcript:

1 Lecture 02 The Relational Data Model

2 Advantages of Database

3 Data Consistency Better Data Security Faster Application Development Economy of Scale Better Concurrency Control Better Backup and Recovery Facility

4 The Range of Database Applications Personal Database – standalone desktop database Workgroup Database – local area network (<25 users) Department Database – local area network (25-100 users) Enterprise Database – wide-area network (hundreds or thousands of users)

5 Models, Schemas and States A data model defines the constructs available for defining a schema – defines possible schemas A schema defines the constructs available for storing the data – defines database structure – limits the possible database states A database state (or instance) is all the data at some point in time the database content

6 Models, Schemas and States data model – fixed by the DBMS schema – defined by the DB designer – generally fixed once defined * database state – changes over time due to user updates * schema modifications are possible once the database is populated, but this generally causes difficulties

7 RELATION SCHEMAS AND RELATION INSTANCES

8 Relation Schemas A relation is defined by a name and a set of attributes Each attribute has a name and a domain – a domain is a set of possible values – all domains are sets of atomic values – RDM does not recommend complex data types – domains may contain a special null value

9

10 Definition: Relation Schema Relation Schema – R is the relation name – A 1 … A n are the attribute names Domains are denoted by degree = the number of attributes R(A 1, A 2, …, A n ) dom(A i )

11 Characteristics of Relations A relation is a set – tuples are unordered – no duplicate tuples Attribute values within tuples are ordered – values are matched to attributes by position – alternate definition defines a tuple as a set of (name,value) pairs, which makes ordering of tuple unnecessary (we won’t use this definition)

12 Characteristics of Relations Values in tuples are atomic Each Column has distinct name The values of the attribute come from the same domain The order of the column is immaterial Each row/tuple/record is distinct

13 SQL: Relation States A relation is viewed as a table The attributes define the columns of the table Each row in the table holds related values for each attribute – a row often represents a conceptual entity (object) Values in each column must come from the domain of the attribute – the values are instances of the attribute type

14 Example Schema

15


Download ppt "Lecture 02 The Relational Data Model. Advantages of Database."

Similar presentations


Ads by Google