.
Structured Question Language
Strong Question Language
Structured Query Language
String Query Language
Relational
Structural
Compiler
Query
Delete
Remove
Drop table
Purge
Foreign Key
Primary Key
Super Key
Secondary key
First
Second
Third
Fourth
Transitivity rule
Pseudotransitivity rule
Reflexive rule
Augmentation rule
Strong entity set
Variant set
Weak entity set
Variable set
Upper
Lower
String
Trim
Name
ID
Tot_cred
Dept
Same
Sorted
Any
Constant
Different
Indivisible
Constant
Divisible
Relations,Attribute
Tuple,Relation
Attributes, Relation
Tuple, Attributes
Instance, Schema
Relation, Schema
Relation, Domain
Schema, Instance
Relation
Domain
Set
Schema
Records
Tables
Fields
Keys
Triggers
Functions
Procedures
None of the above
Deletes the table structure only
Works whether or not referential integrity constraints would be violated
Deletes the table structure along with the table data
Is not an SQL statement
Greater Entity Count(GEC)
Minimum cardinality
ERD
Maximum cardinality
SELECT [all] FROM PERSONS
SELECT * FROM Persons
SELECT *.Persons
SELECT Persons
SELECT * FROM Persons ORDER FirstName DESC
SELECT * FROM Persons SORT 'FirstName' DESC
SELECT * FROM Persons ORDER BY FirstName DESC
SELECT * FROM Persons SORT BY 'FirstName' DESC