SQL

Aus robopagex.com
Zur Navigation springen Zur Suche springen

Structure Query Language

- SQL is the standard language used to access databases
- SQL is standard ANSI
- SQL can retrieve data from a database
- SQL can update records from a database
- SQL create 
  - database
  - tables
  - view

Query vs Script

- Query consist of a single command
- Script is just a file with a bunch of queries