Select Statement
Its syntax is :
SELECT (select-list - attributes or derived data)
FROM (table name or names)
WHERE (sets up conditions)
SELECT and FROM are required
SELECT Name FROM OCCUPATIONS
WHERE ID = 101;
Previous slide
Next slide
Back to first slide
View graphic version