Database System Lecture1-1
Database System Lecture1-1
What is SQL?
SQL is Structured Query Language, which is a computer language
for storing, manipulating and retrieving data stored in relational
database.
What is RDBMS?
What is table?
The data in RDBMS is stored in
database objects called tables.
The table is a collection of
related data entries and it
consists of columns and rows
Introduction to database
What is field?
Every table is broken up into
smaller entities called fields. The
fields in the this table consist of
ID, NAME, AGE, ADDRESS and
SALARY
Introduction to database
A record, also called a row of data, is each individual entry that exists
in a table.
Introduction to database
What is column?