GITTA-Logo
PDF Version of this document Search Help

Lesson Navigation IconAnfragesprache SQL

Unit Navigation IconSQL Overview

Unit Navigation IconBasic database queries

Unit Navigation IconSQL Insert, Delete and Update

Unit Navigation IconSummary

Unit Navigation IconRecommended Reading

Unit Navigation IconBibliography

Unit Navigation IconMetadata


GITTA/CartouCHe news:


Go to previous page Go to next page

Summary

SQL stands for "Structured Query Language" and is a language to communicate with relational and object oriented databases. With SQL new tables (relations, schemes) can be created, altered and deleted using the commands CREATE TABLE, ALTERTABLEand DROP TABLE. This part of SQL is known as the Data Definition Language (DML). More important in the daily use of SQL are the data query and manipulation (DML) commands. These commands allow you to INSERT, DELETE and UPDATE values in the database. SQL is also used to control access restrictions to the database or to parts of it.

Top Go to previous page Go to next page