SQL: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Geist (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „=== Structure Query Language === - SQL is the standard language used to access databases - SQL is standard ANSI - SQL can retrieve data from a database - S…“) |
Geist (Diskussion | Beiträge) |
||
Zeile 8: | Zeile 8: | ||
- tables | - tables | ||
- view | - view | ||
+ | === Query vs Script | ||
+ | - Query consist of a single command | ||
+ | - Script is just a file with a bunch of queries |
Version vom 11. Juni 2022, 12:30 Uhr
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