|
A database is a collection of data that is stored independently of the manner in which you collect it or may wish to retrieve it. It is organized for efficient storage and retrieval, based on the nature of the data, rather than the collection or retrieval methods. What is MySQL
MySQL is an open source relational database management system (RDBMS)that uses Structured Query Language (SQL), the most popular language for adding, accessing, and processing data in a database. It is a Database Management System which is available for both Linux and Windows. In a database, there are tables. Database tables contain rows, columns, and cells. Tables are used to organize and group your data by common characteristics or principles. Database Query:
Database Query is a form generator and query manager that works with any database. Database Query automatically creates forms for selecting, updating, inserting, or deleting data in MySQL, Oracle, DB2, or any other database. With MySQL, we can query a database for specific information and have a recordset returned. |