SQL Data Manipulation Statement: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
A [[SQL Data Manipulation Statement]] is a [[Data Manipulation Statement]] within a [[SQL language]].
A [[SQL Data Manipulation Statement]] is a [[Data Manipulation Statement]] that is a [[SQL statement]] (within a [[SQL language]]).
* <B>Context:</B>
* <B>Context:</B>
** It can range from being a [[SQL INSERT Statement]], to being a [[SQL UPDATE Statement]] to being a [[SQL DELETE Statement]].
** It can range from being a [[SQL INSERT Statement]], to being a [[SQL UPDATE Statement]] to being a [[SQL DELETE Statement]].

Revision as of 01:36, 28 June 2013

A SQL Data Manipulation Statement is a Data Manipulation Statement that is a SQL statement (within a SQL language).