SQL: Unterschied zwischen den Versionen

Aus robopagex.com
Zur Navigation springen Zur Suche springen
(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…“)
 
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
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

Aktuelle Version vom 11. Juni 2022, 12:43 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