- Mar 26, 2005
- 4,094
- 123
- 106
I will be doing my Master's In Web and Application Development in the fall. It's mostly Javascript, PHP, XCode and the like, but one required course and a few electives are about databases. Off course I will probably be forced to take some bridge classes because I don't know much about programming, but I want to get a head start, and study this stuff at home before I start my classes.
What I cannot understand is which environment people use to write SQL code.
Like let's say you are a DBA in a large company, and your boss asks you to create a database...
WHERE are you going to create this database? Is it a program like SQL Server, or MySQL which opens up an interface and I will write code there? What will "compile" the code and present it visually to the user as a database?
In Java I used Netbeans.. but with SQL I don't know what I should be using.
And why is SQL Server called SQL Server? Is it's an actual SERVER running on a physical server machine, then what does it have to do with writing code in it? People don't write code in Windows Server 2008. It is used to serve various services to clients, such as printing, files, shares, etc. So what's different about SQL Server?
Can someone please explain in detail or show me a few good links?
Finally, can I practice writing SQL on a Netbook? Does it require a powerful machine? Obviously, I wont be making any huge databases any time soon. By that time I'll be doing this on my desktop.
Thanks very much.
What I cannot understand is which environment people use to write SQL code.
Like let's say you are a DBA in a large company, and your boss asks you to create a database...
WHERE are you going to create this database? Is it a program like SQL Server, or MySQL which opens up an interface and I will write code there? What will "compile" the code and present it visually to the user as a database?
In Java I used Netbeans.. but with SQL I don't know what I should be using.
And why is SQL Server called SQL Server? Is it's an actual SERVER running on a physical server machine, then what does it have to do with writing code in it? People don't write code in Windows Server 2008. It is used to serve various services to clients, such as printing, files, shares, etc. So what's different about SQL Server?
Can someone please explain in detail or show me a few good links?
Finally, can I practice writing SQL on a Netbook? Does it require a powerful machine? Obviously, I wont be making any huge databases any time soon. By that time I'll be doing this on my desktop.
Thanks very much.
