Database Concept
Database Concept
referred to
as a database system.
There are various DBMS software available
Sybase,SQLite
PURPOSE OF DBMS
RELATIONAL DATABASE MODEL
In relational database model data is
organized into table (i.e. rows and columns).
These tables are also known as relations.
a set of values.
A column represent the field/attributes
related to relation under which information
will be stored.
For example if we want to store details of
DEPARTMENT
DEPTNO DNAME LOCATION
10 HR NEW YORK
20 ACCOUNTS BRAZIL
30 SALES CANADA
40 IT INDIA
COMPONENT OF A TABLE
Byt : group of 8 bits and is used to
e store a character.
Data Item : smallest unit of named data.
It
represent one type of
information and often
Recor : referred
collection to as aitems
of data field or
d column information
which represent a
complete unit of
Table information
: collection of all Rows and
Columns.
Tabl
Field e
s
1) Degree of Table
2) Cardinality of Table
3) Attributes of Table
4) Tuple
5) Data types of Book Code and Price (as studied in
Python)
CONCEPT OF KEYS
EMPNO ENAME GENDER DEPTNO SALARY COMM
1 ANKITA F 10 20000 1200
2 SUJEET M 20 24000
3 VIJAYA F 10 28000 2000
4 NITIN M 30 18000 3000
5 VIKRAM M 30 22000 1700
Supports SQL
Portability
Supports
various
Security
data
Offers privileges and password systems that is very flexible
types like
and secure.
Numbers,
Scalability and Limits
Char etc.
Can handle large databases. Some of real life MySQL
databases contains millions of records.
Connectivity
Clients can connect to MySQL using drivers
Localization
The server can provide error message to client in many
language
Enter the
password
given
STARTING MYSQL during
installatio
n
databases.
It is the standard language used by