You are on page 1of 1

Lecture 1

Relational Data Model

Name
Street
Database
John
43
Database is
Maple
Each row is
Each column is an attribute

Customer
City
Irvine

collection of organized data


a collection of tables
a tuple

When you assign an attribute you also assign a domain

The domain of this X is TEXT or TEXT(256)


You define the data type (domain)

Relational Algebra

Procedural query language


5 basic operations

You might also like