Describe sql sql defines the language
Chapter 2: SQL Fundamentals | 23 |
---|
✓ Execute a program that collects information from the database and then reports on the information either onscreen or in a printed report.
Incorporating an SQL query directly into a program is a good way to run a complex query that you’re likely to run again in the future. That way, you can formulate a query just once for use as often as you want. Chapter 16 explains how to incorporate SQL code into programs written in another programming language.
|
---|
24 |
---|
|
---|
SQL Statements
SQL:2011 Statements | ||
---|---|---|
|
|
ALLOCATE CURSOR | ||
---|---|---|
|
GET DIAGNOSTICS | |
|
TEMPORARY TABLE | |
GRANT PRIVILEGE | ||
|