Computer Applications

Saturday, January 23, 2010

What is MySQL?

1.MySQL is a database.
2.The data in MySQL is stored in database objects called tables.
3.A table is a collections of related data entries and it consists of columns and rows.

Queries:

A query is a question or a request.

With MySQL, we can query a database for specific information and have a recordset returned.

No comments:

Post a Comment