SELECT
INSERT
UPDATE
DELETE
CREATE TABLE
We’ve also learned a few different SQL functions, such as SUM and UPPER. Each of these commands and functions has a specific syntax, which is the way it needs to be run and the parameters that it accepts. This is easy to forget.
Fortunately, Oracle provides an online reference or documentation for their database. This contains detailed information about all of their commands and functions and ...