05.03.2013 Views

User Guide - NetObjects Fusion

User Guide - NetObjects Fusion

User Guide - NetObjects Fusion

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Database Basics<br />

760<br />

Database Basics<br />

A database contains at least one table. Each table is identified by a name (e.g.,<br />

“Customers” or “Orders”). Table rows contain the records (rows) with data.<br />

For example, if you owned an online sporting goods business, you could create a<br />

database table named “Customers”, listing the name and address of customers who<br />

have ordered products from your website.<br />

The table above contains three records (one for each person) and four columns<br />

(LastName, FirstName, Address, and City).<br />

SQL Queries<br />

SQL stands for “Structured Query Language”. It is the native language spoken by<br />

most database products, including Microsoft Access and MySQL. With SQL, we<br />

can ask the database a question (query) and have a recordset returned.<br />

A query like this:<br />

SELECT LastName FROM Customers<br />

Gives a recordset like this:<br />

A query like this:<br />

SELECT LastName FROM Members<br />

where City = “Miami”<br />

and Address LIKE ‘%Shade Tree%’

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!