i m in 12th class (c++)i want to download oracle which supports sql which i can use for the practice
tell me the site from where i can download it form?
I think Oracle is an commercial DB software. I think there is some free but reduced edition of it for Linux(Not sure about this though)
If you want to learn SQL, you can use MySQL(free, open source,), SQLite, PgSQL, MS-SQL, etc.l
You in 12th ? Then you hardly need practice with Oracle. Just learn from the theory book.
All you need to remember to avoid getting pwned is
the order of the few commands which you are tested in,
that the date is expressed as 31-jan-08 and not as 31/1/2008,
that you need to always name constraints,
that you need to end statements with a semi-colon (,
that you need to specify the no. of digits for a number (which is declared as Item Number(5) where item is the object name and number is the type of variable and 5 is the capacity)
That you need to specify size of characters and need to use varchar2 preferably as character variable
That characters and dates are to be entered in quotes
That you type what you learn in a book and hence there is nothing to worry about
^ There is no replacement for practical knowledge...Even a 15min practical experience would go a long way in being well versed with SQL in Class 12...and would in fact help in remembering after years.
Hi Guest we just wanted to alert you to a major change in the forum. We will no longer be allowing the posting of outgoing links. Please use the attachment feature to attach media to your posts.