 |
11-12-2008, 03:39 PM
|
#1 (permalink)
|
|
Call me Sumit
Join Date: Feb 2004
Posts: 1,418
|
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
|
|
|
|
Advertisements. Register and be a member of the community to get rid of them.
|
|
Advertisement
|
|
11-12-2008, 06:08 PM
|
#2 (permalink)
|
|
God of Mistakes...
Join Date: Dec 2005
Location: Pune, Maharashtra
Posts: 1,923
|
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.
|
|
|
11-12-2008, 06:17 PM
|
#3 (permalink)
|
|
Legen-wait for it-dary!
Join Date: Dec 2004
Location: Chennai
Posts: 2,471
|
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
|
|
|
11-12-2008, 06:34 PM
|
#4 (permalink)
|
|
Wise Old Owl
Join Date: May 2007
Location: bangalore
Posts: 1,923
|
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/
|
|
|
11-12-2008, 06:36 PM
|
#5 (permalink)
|
|
हॉर्न ओके प्लीज़
Join Date: Sep 2007
Posts: 1,493
|
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.
__________________
विक्टर रॅंबो - चाणकया प्रभावित व्यक्ति
गीक होना माँगता
|
|
|
12-12-2008, 09:08 AM
|
#6 (permalink)
|
|
Call me Sumit
Join Date: Feb 2004
Posts: 1,418
|
Re: How to practise SQL ??
^^ Thanks buddies ...let me try MySQL and post the results
|
|
|
12-12-2008, 02:16 PM
|
#7 (permalink)
|
|
Wahahaha~!
Join Date: Dec 2006
Location: Pune/there
Posts: 7,676
|
Re: How to practise SQL ??
^^hey but MySql doesn't support nested queries and some other things like procedures etc AFAIK
|
|
|
12-12-2008, 02:30 PM
|
#8 (permalink)
|
|
Call me Sumit
Join Date: Feb 2004
Posts: 1,418
|
Re: How to practise SQL ??
arre yaar utni door koi nahin jaa raha
|
|
|
12-12-2008, 02:49 PM
|
#9 (permalink)
|
|
Canon 1000D
Join Date: Apr 2007
Location: Pune
Posts: 80
|
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 :-)
|
|
|
12-12-2008, 05:14 PM
|
#10 (permalink)
|
|
Wise Old Owl
Join Date: May 2007
Location: bangalore
Posts: 1,923
|
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/
|
|
|
12-12-2008, 05:36 PM
|
#11 (permalink)
|
|
Call me Sumit
Join Date: Feb 2004
Posts: 1,418
|
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
|
|
|
12-12-2008, 05:51 PM
|
#12 (permalink)
|
|
हॉर्न ओके प्लीज़
Join Date: Sep 2007
Posts: 1,493
|
Re: How to practise SQL ??
Quote:
Originally Posted by T159
^^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
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
|
|
|
12-12-2008, 05:57 PM
|
#13 (permalink)
|
|
Legen-wait for it-dary!
Join Date: Dec 2004
Location: Chennai
Posts: 2,471
|
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
|
|
|
12-12-2008, 06:20 PM
|
#14 (permalink)
|
|
Wahahaha~!
Join Date: Dec 2006
Location: Pune/there
Posts: 7,676
|
Re: How to practise SQL ??
Quote:
Originally Posted by rohan_shenoy
You mean subqueries or joins? It does support!
Stored procedures are supported from v5 onwards!
|
true.
|
|
|
12-12-2008, 06:33 PM
|
#15 (permalink)
|
|
Wise Old Owl
Join Date: May 2007
Location: bangalore
Posts: 1,923
|
Re: How to practise SQL ??
Quote:
Originally Posted by rohan_shenoy
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/
|
|
|
12-12-2008, 06:42 PM
|
#17 (permalink)
|
|
हॉर्न ओके प्लीज़
Join Date: Sep 2007
Posts: 1,493
|
Re: How to practise SQL ??
Quote:
Originally Posted by a_k_s_h_a_y
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.
__________________
विक्टर रॅंबो - चाणकया प्रभावित व्यक्ति
गीक होना माँगता
|
|
|
12-12-2008, 07:37 PM
|
#18 (permalink)
|
|
Wise Old Owl
Join Date: May 2007
Location: bangalore
Posts: 1,923
|
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/
|
|
|
12-12-2008, 08:44 PM
|
#19 (permalink)
|
|
Google Bot
Join Date: Aug 2005
Posts: 9,772
|
Re: How to practise SQL ??
+1 for XAMPP.
__________________
My new blog: www.pathikshah.com
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|