|
|
|
|
|
|
Re: any1 there + request (merged) [message #263676 is a reply to message #263653] |
Thu, 30 August 2007 13:15 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Ronald Beck
Messages: 121 Registered: February 2003
|
Senior Member |
|
|
How to learn Oracle...
1. Come up with a project that needs a database.
You could create an inventory of all your DVDs, video games, CDs, record albums, collectable items around the house, etc...
2. Decide what information you want to keep on those items.
Enter things like Name, purchase date, cost, media type, etc...
3. Create the table(s) needed to track the information.
4. Create the procedures needed to enter/modify/delete the information.
5. Create procedures to report on the information.
Try things like "How much have I spent on DVDs last year" or "What is my current collection of pet rocks worth".
Like everyone has said, study and practice. The "practice" part is coming up with a project to work on. The "study" part is learning how to do what you need to do to implement the "practice" part.
Regards,
Ron
|
|
|
|
|
|
|
|
|
|
|