GITTA-Logo
PDF Version of this document Search Help

Lesson Navigation IconStructured Query Language SQL

Unit Navigation IconSQL overview

Unit Navigation IconCreation and modification of tables

Unit Navigation IconBasic database queries

Unit Navigation IconSQL Insert, Delete and Update

LO Navigation IconInserting tuples

LO Navigation IconDeleting tuples

LO Navigation IconUpdating tuples

LO Navigation IconeLSQL Exercise 'Insert, Delete und Update'

Unit Navigation IconUsage of SQL

Unit Navigation IconSummary

Unit Navigation IconRecommended Reading

Unit Navigation IconBibliography

Unit Navigation IconMetadata


GITTA/CartouCHe news:


Go to previous page Go to next page

SQL Insert, Delete and Update

To keep a database accurate we have to be able to not only create and delete tables but to also modify the content. In SQL this is done with the commands INSERT, DELETE and UPDATE.

Top Go to previous page Go to next page