Answers to Exercises
›
Review Answers for Chapter 2
Review Answers for Chapter 2
These are the answers for
Review
.
SQL stands for
Structured Query Language
.
You use SQL
data description language (DDL)
statements to define tables.
You use SQL
data manipulation language (DML)
statements to change data in a table.
The three SQL update operations are
INSERT
,
UPDATE
, and
DELETE
.
An interactive SQL statement ends with a
delimiter/semicolon
.
An interactive SQL statement begins with a
verb
.
An interactive SQL statement
can
span several lines.
Interactive SQL gives you
immediate
results.
Embedded SQL returns the results to the
program
.
Copyright © 2014 CA. All rights reserved.
Rate This Page
The content on this page was useful to me.
Disagree strongly
1
2
3
4
5
Agree strongly
Submit rating and optional comments about this page