SQL contains many other functionalities.
SML# version 4.0.0 support the following commands:
- 
• 
- 
• 
insert and delete (INSERT, DELETE), 
 
- 
• 
table update (UPDATE), and 
 
- 
• 
transaction (BEGIN, ROLLBACK, COMMIT). 
 
In SELECT queries,
the following features are available in addition to the basic features:
- 
• 
natural join (NATURAL JOIN), 
 
- 
• 
- 
• 
grouping (GROUP BY, HAVING), 
 
- 
• 
subqueries including corelated subqueries and EXISTS subqueries, 
 
- 
• 
- 
• 
limitation of row numbers (LIMIT, OFFSET, FETCH)