Oracle 9i Database Management - 1. What are the ways in which an Oracle database can be created?
2. Discuss sequences.
3. Under what conditions should indexes be used?
4. Explain the three levels of transaction ...
Databases - Index Tables - If you were to index the tables 1000_ROWS and 2000_ROWS and then run query1, would the table 20CHAR_TABLE be created faster than if the tables were not indexed (try it out)? Why?