previous
|
start
|
next
Simple Query
Use the SQL
SELECT
statement to query a database
The query to select all data from the Customer table:
SELECT * FROM customer
The outcome of a query is a
view
:
A view is a "window" through which you can see some of the database
previous
|
start
|
next