DBMS, Mysql Project
DBMS, Mysql Project
aba
se
Database management system
(DBMS) is a software which is used
to store, retrieve approach,
security, access the data; Commonly
used DBMS examples are SQL, MYSQL,
Man
Postgre SQL, SQL server, Oracle etc.
age
create and maintain database.
Database Abstraction
Database system provides data as requirement of user
and it hides information that how it is collected in
memory and managed. This process is known as database
abstraction.
Characteristics of DBMS
Following characteristics of database are there-
(1)The main feature of DBMS is that redundancy of
data is controlled.
(2)We can share data in DBMS.
(3)Security is provided in DBMS.
(4)Processing speed is good in DBMS.
(5)Data is independent in DBMS.
MySQL
MySQL is a DBMS which is used to managed
relational database. It is a open source
software
MySQL Commands
Create database-To work with data we need to create
a database. Database is a container of data. It can
store information about students, employees, sellers,
customers or ant thing etc. In MySQL database is
collection of tables, database trigger and stored
procedures, through it data can be stored and
manipulated.
Following syntax is used to create a database in
MySQL-
CREATE DATABASE [IF NOT EXIST][Name of database]
After database statement name of database is written
which we want to create. Database name should be
meaningful and descriptive.
3.Object Oriented
Programming
4.Introduction to C++
5.programming in C++
7.MySQL
XML