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?
Advertisements. Register and be a member of the community to get rid of them.
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
__________________
विक्टर रॅंबो - चाणकया प्रभावित व्यक्ति
Read all the sticky threads before asking any type of query. Most basic questions are answered in those.
Don't use forum for chatting. Visit http://webchat.freenode.net/?channels=krow, enter nick and connect.
Get oracle, and the sql developer. Both are available free of charge from oracle.com
I used it myself
__________________
If the Start Windows Restart when Windows starts check box is checked Windows Restart will start automatically every time Windows is started. - Actual excerpt from a windows program help file
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
__________________ http://TheSmallerBang.wordpress.com
eMachines E725 - T4400 2.2GHz, 1GB, 160GB
Nokia 5130XM * T-Sonic 610 2GB
Nokia 2323C * Samsung Galaxy Y
Apple iPad 2 16GB WiFi
^ 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.
Read all the sticky threads before asking any type of query. Most basic questions are answered in those.
Don't use forum for chatting. Visit http://webchat.freenode.net/?channels=krow, enter nick and connect.