M358 - WHERE
fellstrider.com - the logo!
Home| OU Study Rooms | M358 Index | Block 1 - Information Systems | Block 2 - Relational Theory | Block 3 - SQL
 
WHERE

WHERE in the database is.....?

If a WHERE clause is included with SELECT and FROM we introduce a search condition. Only those rows (all) that satisfy the condition are returned in the result.

SELECT staff_no
FROM staff
WHERE name = 'Banner';        //name is data type string

Points:

The logical processing follows the path specified below:

Home| OU Study Rooms | M358 Index | Block 1 - Information Systems | Block 2 - Relational Theory | Block 3 - SQL
Move on to the operators.

Valid CSS! Valid XHTML 1.0!

Comments, suggestions, ideas to
Stuart Banner