Create (SQL) - Your Art History Reference Guide!

ArtHistoryClub Information Site on Create (SQL) Art History Art History Search        Art History Browse welcome to our free resource site for all art history lovers!
Art History Search        Art History Browse             News        Gallery        Forums        Articles        Weblinks        welcome to our free resource site for all art history lovers!

Create (SQL)

A CREATE statement in SQL creates an object inside of a relational database management system (RDBMS). The types of objects that can be created depends on which RDBMS is being used, but most support the creation tables, indexes, users , and databases. Some systems (such as PostgreSQL) allow CREATE and other DDL comands to occur inside of a transaction and thus be rolled back.

The typical usage is CREATE objecttype objectname parameters. For example, the command to create a table named employees with a single column would be:

CREATE TABLE employees (id INTEGER);
Last updated: 05-23-2005 22:06:11
Last updated: 01-04-2007 01:18:57
The contents of this article are licensed from Wikipedia.org under the
GNU Free Documentation License. See original document.
Art History Search | Art History Browse | Contact | Legal info