My First DB Query in Oracle
Today i’ve accomplished something so small yet so significant in my industry. I created my first query. Though i dabbled in MySQL when installing CMS for clients in the past, I never really been hands on with anything DB related.
This query ive made in oracle pulls a set amount of shipments from three joined tables and displays them in a neat concatenated statement.
In absence of INNER JOIN, i used aliases as attributes to columns to join them.
1 2 3 4 |
|