Difference between revisions of "Oracle Database"
From TekiWiki
m (1 revision imported) |
|||
Line 7: | Line 7: | ||
* [[Sampling a Table]] - methods for getting a small number of rows from a table. | * [[Sampling a Table]] - methods for getting a small number of rows from a table. | ||
* [[Tree Queries]] - connect by clause | * [[Tree Queries]] - connect by clause | ||
+ | * [[Selecting Database Name]] | ||
* [[Example Country Table]] - how to create the ISO_COUNTRY table used elsewhere in TekiWiki. | * [[Example Country Table]] - how to create the ISO_COUNTRY table used elsewhere in TekiWiki. | ||
* [[SQL Developer]] - Oracle interactive SQL GUI. | * [[SQL Developer]] - Oracle interactive SQL GUI. | ||
* [[Laws of Data]] - Tongue in cheek Laws of Data | * [[Laws of Data]] - Tongue in cheek Laws of Data |
Latest revision as of 07:26, 27 May 2016
The Oracle Relational Database Management System (RDBMS) is a leading database system. It runs on a wide variety of hardware, in a large number of configurations.
Articles about Oracle SQL:
- SQL Plus - SQL Plus is the supplied command line interface to run SQL.
- Creating Comma Seperated Lists - ways to create CSV files
- Sampling a Table - methods for getting a small number of rows from a table.
- Tree Queries - connect by clause
- Selecting Database Name
- Example Country Table - how to create the ISO_COUNTRY table used elsewhere in TekiWiki.
- SQL Developer - Oracle interactive SQL GUI.
- Laws of Data - Tongue in cheek Laws of Data