Forum     

Go Back   Digit Technology Discussion Forum > Software > Programming
Register FAQ Calendar Mark Forums Read

Programming The destination for developers - C, C++, Java, Python and the lot


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 11-12-2008, 03:39 PM   #1 (permalink)
Call me Sumit
 
esumitkumar's Avatar
 
Join Date: Feb 2004
Posts: 1,418
Default How to practise SQL ??


Hi

I have win XP installed on my laptop. My frnd wants to learn SQL . I can teach him . But prob is that which software to install to access SQL on laptop ????

For teaching him unix , I had installed Linux and he practised on Terminal

Now how to install oracle DB and access SQL ??

Any free tool ?

Please reply and thanks
esumitkumar is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 11-12-2008, 06:08 PM   #2 (permalink)
God of Mistakes...
 
Garbage's Avatar
 
Join Date: Dec 2005
Location: Pune, Maharashtra
Posts: 1,923
Default Re: How to practise SQL ??

Try MySQL

It's FREE and widely used (as Oracle).

And mostly, SQL queries remains same across various databases. So, don't worry.
__________________
Registered Linux User #468778
----------------------------------
http://twitter.com/_Garbage_
Garbage is offline  
Old 11-12-2008, 06:17 PM   #3 (permalink)
Legen-wait for it-dary!
 
dheeraj_kumar's Avatar
 
Join Date: Dec 2004
Location: Chennai
Posts: 2,471
Default Re: How to practise SQL ??

Use oracle and sql developer. You can also go for mysql as garbage said. Both are widely used, and are quite similar.
__________________
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
dheeraj_kumar is offline  
Old 11-12-2008, 06:34 PM   #4 (permalink)
Wise Old Owl
 
a_k_s_h_a_y's Avatar
 
Join Date: May 2007
Location: bangalore
Posts: 1,923
Default Re: How to practise SQL ??

download oracle or mysql.
that's with it.
__________________
Sony Ericsson Flashing, Modding, Patching, Hacking And More !
http://www.akshayy.com/sonyericsson/
a_k_s_h_a_y is offline  
Old 11-12-2008, 06:36 PM   #5 (permalink)
हॉर्न ओके प्लीज़
 
victor_rambo's Avatar
 
Join Date: Sep 2007
Posts: 1,493
Default Re: How to practise SQL ??

If you are going to use MySQL, then also download the MySQL GUI tools. It includes a server administrator and query browser. Many people don't consider efficiency of queries and as a result, they become 'expert' in writing bloated queries and slowing the applications!

Besides, it will always leave a good impression of you if a senior sees a well-optimised query.
__________________
विक्टर रॅंबो - चाणकया प्रभावित व्यक्ति

गीक होना माँगता
victor_rambo is offline  
Old 12-12-2008, 09:08 AM   #6 (permalink)
Call me Sumit
 
esumitkumar's Avatar
 
Join Date: Feb 2004
Posts: 1,418
Default Re: How to practise SQL ??

^^ Thanks buddies ...let me try MySQL and post the results
esumitkumar is offline  
Old 12-12-2008, 02:16 PM   #7 (permalink)
Wahahaha~!
 
Faun's Avatar
 
Join Date: Dec 2006
Location: Pune/there
Posts: 7,676
Default Re: How to practise SQL ??

^^hey but MySql doesn't support nested queries and some other things like procedures etc AFAIK
__________________
Blog | Flickr | Battlelog
Spoiler:
Asus Z68 V-Pro|i5 2500k|TRUE Black|Ripjaws X|U2311H|N560GTX|D7000|XONAR STX|RE272|RE0|CC51|XE200PRO Walnut| TD II V2| Ultraphile|N5800

Mono
Faun is offline  
Old 12-12-2008, 02:30 PM   #8 (permalink)
Call me Sumit
 
esumitkumar's Avatar
 
Join Date: Feb 2004
Posts: 1,418
Default Re: How to practise SQL ??

arre yaar utni door koi nahin jaa raha
esumitkumar is offline  
Old 12-12-2008, 02:49 PM   #9 (permalink)
Canon 1000D
 
astroutkarsh's Avatar
 
Join Date: Apr 2007
Location: Pune
Posts: 80
Default Re: How to practise SQL ??

You can also try for SQL Server 2005 Express Edition or SQL Server 2000 Developer Edition.
__________________
Canon 1000D + 18-55 + 50mm f/1.8 + 55-250 IS :-)
astroutkarsh is offline  
Old 12-12-2008, 05:14 PM   #10 (permalink)
Wise Old Owl
 
a_k_s_h_a_y's Avatar
 
Join Date: May 2007
Location: bangalore
Posts: 1,923
Default Re: How to practise SQL ??

Yes let me add.

Oracle and MySQL from SUN will completely slow down the system.
Especially Orace !!! The sql servers and other process running in the back ground eat system resources.
__________________
Sony Ericsson Flashing, Modding, Patching, Hacking And More !
http://www.akshayy.com/sonyericsson/
a_k_s_h_a_y is offline  
Old 12-12-2008, 05:36 PM   #11 (permalink)
Call me Sumit
 
esumitkumar's Avatar
 
Join Date: Feb 2004
Posts: 1,418
Default Re: How to practise SQL ??

^^^ grrrrr ye sab pehle kyun nahin bataya..

I just want a simple SQL prompt where I can create tables, run some joins , WHERE clause queries thats IT
esumitkumar is offline  
Old 12-12-2008, 05:51 PM   #12 (permalink)
हॉर्न ओके प्लीज़
 
victor_rambo's Avatar
 
Join Date: Sep 2007
Posts: 1,493
Default Re: How to practise SQL ??

Quote:
Originally Posted by T159 View Post
^^hey but MySql doesn't support nested queries and some other things like procedures etc AFAIK
You mean subqueries or joins? It does support!
Stored procedures are supported from v5 onwards!

Quote:
Originally Posted by a_k_s_h_a_y View Post
Yes let me add.
MySQL from SUN will completely slow down the system.
RUBBISH.
__________________
विक्टर रॅंबो - चाणकया प्रभावित व्यक्ति

गीक होना माँगता

Last edited by victor_rambo; 12-12-2008 at 05:53 PM. Reason: Automerged Doublepost
victor_rambo is offline  
Old 12-12-2008, 05:57 PM   #13 (permalink)
Legen-wait for it-dary!
 
dheeraj_kumar's Avatar
 
Join Date: Dec 2004
Location: Chennai
Posts: 2,471
Default Re: How to practise SQL ??

^^ Use Oracle and SQL Developer, just make sure you run it in a virtual machine.
__________________
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
dheeraj_kumar is offline  
Old 12-12-2008, 06:20 PM   #14 (permalink)
Wahahaha~!
 
Faun's Avatar
 
Join Date: Dec 2006
Location: Pune/there
Posts: 7,676
Default Re: How to practise SQL ??

Quote:
Originally Posted by rohan_shenoy View Post
You mean subqueries or joins? It does support!
Stored procedures are supported from v5 onwards!
true.
__________________
Blog | Flickr | Battlelog
Spoiler:
Asus Z68 V-Pro|i5 2500k|TRUE Black|Ripjaws X|U2311H|N560GTX|D7000|XONAR STX|RE272|RE0|CC51|XE200PRO Walnut| TD II V2| Ultraphile|N5800

Mono
Faun is offline  
Old 12-12-2008, 06:33 PM   #15 (permalink)
Wise Old Owl
 
a_k_s_h_a_y's Avatar
 
Join Date: May 2007
Location: bangalore
Posts: 1,923
Default Re: How to practise SQL ??

Quote:
Originally Posted by rohan_shenoy View Post
You mean subqueries or joins? It does support!
Stored procedures are supported from v5 onwards!


RUBBISH.

Oh ya ? why not download and install Oracle Enterprise 10g on your system and try out !

200 MB RAM for Oralce, 20 MB for Java and few other process taking some 100 MB of RAM is not bad .. then fine !! These process load at start up ! form start your RAM is taken.
__________________
Sony Ericsson Flashing, Modding, Patching, Hacking And More !
http://www.akshayy.com/sonyericsson/
a_k_s_h_a_y is offline  
Old 12-12-2008, 06:35 PM   #16 (permalink)
Wahahaha~!
 
Faun's Avatar
 
Join Date: Dec 2006
Location: Pune/there
Posts: 7,676
Default Re: How to practise SQL ??

better get whole package xampp, run when you need and do not waste your memory all the time
http://www.apachefriends.org/en/xampp-linux.html
__________________
Blog | Flickr | Battlelog
Spoiler:
Asus Z68 V-Pro|i5 2500k|TRUE Black|Ripjaws X|U2311H|N560GTX|D7000|XONAR STX|RE272|RE0|CC51|XE200PRO Walnut| TD II V2| Ultraphile|N5800

Mono
Faun is offline  
Old 12-12-2008, 06:42 PM   #17 (permalink)
हॉर्न ओके प्लीज़
 
victor_rambo's Avatar
 
Join Date: Sep 2007
Posts: 1,493
Default Re: How to practise SQL ??

Quote:
Originally Posted by a_k_s_h_a_y View Post
Oh ya ? why not download and install Oracle Enterprise 10g on your system and try out !

200 MB RAM for Oralce, 20 MB for Java and few other process taking some 100 MB of RAM is not bad .. then fine !! These process load at start up ! form start your RAM is taken.
Don't start jumping on reading my replies. I have never directed my reply towards Oracle, but towards MySQL.
__________________
विक्टर रॅंबो - चाणकया प्रभावित व्यक्ति

गीक होना माँगता
victor_rambo is offline  
Old 12-12-2008, 07:37 PM   #18 (permalink)
Wise Old Owl
 
a_k_s_h_a_y's Avatar
 
Join Date: May 2007
Location: bangalore
Posts: 1,923
Default Re: How to practise SQL ??

yes i don't know about MySQL !
We should install the Complete MySQL RDBMS Package and test out.
__________________
Sony Ericsson Flashing, Modding, Patching, Hacking And More !
http://www.akshayy.com/sonyericsson/
a_k_s_h_a_y is offline  
Old 12-12-2008, 08:44 PM   #19 (permalink)
Google Bot
 
Pathik's Avatar
 
Join Date: Aug 2005
Posts: 9,772
Default Re: How to practise SQL ??

+1 for XAMPP.
__________________
My new blog: www.pathikshah.com
Pathik is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Want Java practise programs.... redhat Programming 2 03-04-2008 03:10 PM

 
Latest Threads
- by gforz
- by soumya
- by Sujeet
- by icebags
- by Charan

Advertisement




All times are GMT +5.5. The time now is 03:02 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2