First page Back Continue Last page Graphics
As a declarative language
SQL is a declarative (or non-procedural) language.
- No loops or conditional branching.
- tasks or actions are requested as a single command
The tedious step by step hassle of performing a task is carried out by the database server.
Database abstracts the task and is free to use any methods desirable to accomplish the task.