FACTOID # 87: 22% of American women aged 20 gave birth while in their teens. In Switzerland and Japan, only 2% did so.
 
 Home   Encyclopedia   Statistics   Countries A-Z   Flags   Maps   Education   Forum   FAQ   About 
 
 
 
WHAT'S NEW
RECENT ARTICLES
More Recent Articles »
 

SEARCH ALL

FACTS & STATISTICS    Advanced view

Search encyclopedia, statistics and forums:

 

 

(* = Graphable)

 

 


Encyclopedia > Drop (SQL)

A DROP statement in SQL removes an object from a relational database management system (RDBMS). The types of objects that can be dropped depends on which RDBMS is being used, but most support the dropping of tables, users, and databases. Some systems (such as PostgreSQL) allow DROP and other DDL comands to occur inside of a transaction and thus be rolled back. Wikibooks has more about this subject: SQL Headline text Hello BTEC Group! History A seminal paper, A Relational Model of Data for Large Shared Data Banks, by Dr. Edgar F. Codd, was published in June, 1970 in the Association for Computing Machinery (ACM) journal, Communications of the ACM. Codds... A relational database management system (RDBMS) is a database management system (DBMS) that is based on the relational model as introduced by Edgar F. Codd. ... A table is the basic component of a relational database management system (RDBMS). ... A database is a collection of information stored in a computer in a systematic way, such that a computer program can consult it to answer questions. ... PostgreSQL is a free software object-relational database server (database management system), released under the flexible BSD-style license. ... A database transaction is a unit of interaction with a database management system or similar system that is treated in a coherent and reliable way independent of other transactions. ... In database technologies, a rollback is an operation which returns the database to some previous state. ...


The typical usage is simply DROP objecttype objectname. For example, the command to drop a table named employees would be:

 DROP TABLE employees; 

  Results from FactBites:
 
SQL injection - Wikipedia, the free encyclopedia (1371 words)
SQL injection is a security vulnerability that occurs in the database layer of an application.
This form of SQL injection occurs when user input is not filtered for escape characters and is then passed into a SQL statement.
SQL injection is easy to work around in most programming languages that target web applications or offer functionality.
DROP DATABASE (Transact-SQL Reference (SQL Server)) (257 words)
To use DROP DATABASE, the database context of the connection must be in the master database.
DROP DATABASE removes damaged databases marked as suspect and removes the specified database.
DROP DATABASE permissions default to the database owner, members of the sysadmin and dbcreator fixed server roles, and are not transferable.
  More results at FactBites »


 
 

COMMENTARY     


Share your thoughts, questions and commentary here
Your name
Your comments

Want to know more?
Search encyclopedia, statistics and forums:

 


Lesson Plans | Student Area | Student FAQ | Reviews | Press Releases |  Feeds | Contact
The Wikipedia article included on this page is licensed under the GFDL.
Images may be subject to relevant owners' copyright.
All other elements are (c) copyright NationMaster.com 2003-5. All Rights Reserved.
Usage implies agreement with terms, 1022, m