October 2002
Beginner
864 pages
18h 41m
English
| Q1: | How do I decide when to issue statements manually and when to write SQL to generate SQL? |
| A1: | Ask yourself these questions:
|
| Q2: | From which tables may I select to generate SQL statements? |
| A2: | You may select from any tables to which you have access, whether they are tables that you own or tables that reside in the data dictionary. Also keep in mind that you can select from any valid object in your database, such as views or snapshots. |
| Q3: | Are there any limits to the statements that I can generate with SQL? |
| A3: | For the most part, any statement that you can write manually can be generated ... |
Read now
Unlock full access