May 2000
Intermediate to advanced
594 pages
11h 32m
English
Q: | |
13-5. | Here is the enhanced table count function:
|
Q: | |
13-6. | Just construct the appropriate DDL statement, and the deed is done:
|
Q: | |
13-7. | You cannot use placeholders for schema elements of the dynamic SQL statement. What is a schema element? It’s the name of an element in your schema: table, column, view, object type, etc. If you have variable schema elements, you must use concatenation to incorporate that variable name into the SQL string. |
Q: | |
13-8. | Here is a generic procedure:
|