0% found this document useful (0 votes)
129 views22 pages

Csit PPT Group-3

The document is about a database management system (DBMS) course at Amity Business School. It contains information about databases, DBMS, MySQL, hardware requirements, benefits, disadvantages, basic commands, and clients. The key points are: 1) A database is an organized collection of data stored and managed by a DBMS to allow for storage, retrieval, and management of data. 2) MySQL is an open source SQL database management system that supports various platforms and is used to create and manage relational databases. 3) Benefits of a DBMS include controlled redundancy, efficient data access, data independence, and data integrity/security while disadvantages include costs and need for qualified personnel.

Uploaded by

Varun Lalwani
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
129 views22 pages

Csit PPT Group-3

The document is about a database management system (DBMS) course at Amity Business School. It contains information about databases, DBMS, MySQL, hardware requirements, benefits, disadvantages, basic commands, and clients. The key points are: 1) A database is an organized collection of data stored and managed by a DBMS to allow for storage, retrieval, and management of data. 2) MySQL is an open source SQL database management system that supports various platforms and is used to create and manage relational databases. 3) Benefits of a DBMS include controlled redundancy, efficient data access, data independence, and data integrity/security while disadvantages include costs and need for qualified personnel.

Uploaded by

Varun Lalwani
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 22

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

You might also like