Amity Business School
CSIT
MBA(M&S) Section-B
ANKUR ADITY RANJAN REVATI RASTOGI
HIMGIRI CHAUDHARY ANUPA SINGH
VARUN LALWANI SHREYA
VAIBHAV KARUNA KAUL
VINEET S
1
2
What is Database?
• A database is an organized collection of data, so that it can be easily
accessed and managed.
• The main purpose of the database is to operate a large amount of
information by storing, retrieving, and managing data.
• Modern databases are managed by the database management system
(DBMS).
3
What is DBMS?
• Database Management System is a software for storing and retrieving
user’s data by considering appropriate security measures.
• It allows users to create their own databases as per their requirement.
• It includes the user of the database and other application programs.
4
5
MySQL
• SQL is Structured Query Language, which is a computer language for
storing, manipulating and retrieving data stored in a relational
database.
• MySQL is an open source SQL database, which is developed by a
Swedish company – MySQL AB.
• MySQL is supporting many different platforms including Microsoft
Windows, the major Linux distributions, UNIX, and Mac OS X.
6
Hardware Requirements
• CPU: Intel Core or Xeon 3GHz (or Dual Core 2GHz) or equal AMD CPU
• Cores: Single (Dual/Quad Core is recommended)
• RAM: 4 GB (6 GB recommended)
• Graphic Accelerators: NVidia or ATI with support of OpenGL 1.5 or
higher
• Display Resolution: 1280×1024 is recommended, 1024×768 is minimum.
7
Benefits
• Controlled Redundancy: Since DBMS are highly re-usable, the data
needs to be recorded only once and it can then be used in multiple
areas.
• Data independence: Provide an abstract view of the data.
• Efficient data access: Utilizes a variety of sophisticated techniques to
store and retrieve data efficiently.
• Data integrity and security: Enforce access controls that govern
what data is visible to different classes of users.
8
Benefit to clients
9
Disadvantages
• Qualified Personnel: Requires appropriately trained staff.
• Costs: Capable hardware, trained staff and keeping databases of the
company requires heavy funding.
• Database Failures: If database is corrupted due to power failure or it
is corrupted on the storage media, then valuable data may be lost or
whole system may malfunction.
10
Basic Commands
11
Clients
12
13
14
15
16
17
18
19
20
21
22