The document discusses MySQL, which is an open source relational database management system used widely by web developers. It explains what a database and MySQL are, different types of databases like relational and NoSQL, SQL, where to get MySQL, examples of datatypes, and concludes with key points about MySQL.
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 ratings0% found this document useful (0 votes)
14 views13 pages
Presentation of PHP
The document discusses MySQL, which is an open source relational database management system used widely by web developers. It explains what a database and MySQL are, different types of databases like relational and NoSQL, SQL, where to get MySQL, examples of datatypes, and concludes with key points about MySQL.
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/ 13
Submitted to : Sir Ramzan
Submitted by : Bisma Akram
Roll no.. : AF21LHB1214 Topic
DATABASE AND MYSQL
WHAT IS MYSQL ? MySQL is an open source relational database management system. It includes the SQL server and client programs for accessing the server. Widely used by web application developers, together with PHP and APACHE A database is a structured collection of data. It may be anything from a simple shopping list to a picture gallery or the vast amounts of information in a corporate network. To add, access, and process data stored in a computer database, you need a database management system such as MySQL Server. Since computers are very good at handling large amounts of data, database management systems play a central role in computing, as standalone utilities, or as parts of other applications. WHAT IS DATABASE ? Database is organized structure of data or information. EXAMPLE OF CLOTH SHOP. TYPES OF DATABASE Relational database No SQL database EXAMPLE OF RELATIONAL DATABASE WHAT IS SQL?
SQL ( Structured Query Language is a special-
purpose programming language designed for managing data held in a relational database management system (RDBMS).special- purpose programming language relational database management system. WHERE CAN I GET MYSQL ? http://www.mysql.com/downloads/ Make sure you pick the correct version for your OS Download MySQL 5.0 Community Server GA Download MySQL Administrator Download MySQL Migration Toolkit Download MySQL Query Browser EXAMPLES OF DATATYPE CONCLUSION MySQL is a database system used on the web MySQL is a database system that runs on a server MySQL is ideal for both small and large applications MySQL is very fast, reliable, and easy to use MySQL supports standard SQL MySQL compiles on a number of platforms MySQL is free to download and use MySQL is developed, distributed, and supported by Oracle Corporation MySQL is named after co-founder Monty Widenius's daughter: My QUESTIONS? THANKYOU!