4D v14

SQL Commands

Home

 
4D v14
SQL Commands

SQL Commands  


 

 

SQL commands (or statements) are generally grouped into two categories:

  • Data Manipulation Commands, which are used to obtain, add, remove and/or modify database information. More specifically, this refers to the SELECT, INSERT, UPDATE and DELETE commands.
  • Data Definition Commands, which are used to create or remove database objects or database structure objects. More specifically, this refers to the CREATE DATABASE, CREATE TABLE, ALTER TABLE, DROP INDEX, DROP TABLE or CREATE SCHEMA commands.

In the syntax, command names and keywords appear in bold and are passed "as is." Other elements appear in italics and are detailed separately in the chapter. Keywords and/or clauses that are passed in straight brackets [ ] are optional. The vertical bar character | separates the various alternatives available. When elements are passed in curly brackets { }, separated by vertical bars, this indicates that only one element of the set should be passed.

 
PROPERTIES 

Product: 4D
Theme: SQL Commands

 
ARTICLE USAGE

4D SQL Reference ( 4D v14)
4D SQL Reference ( 4D v12.1)
4D SQL Reference ( 4D v13.4)
4D SQL Reference ( 4D v14 R2)
4D SQL Reference ( 4D v14 R3)
4D SQL Reference ( 4D v14 R4)

Inherited from : SQL Commands ( 4D v11 SQL Release 4 )