thenightrider wrote: » Does any one know of an online database that i could practice queries on or even better one that i can make a database on and try some queries on. I have an exam on it on Monday and have no way do try it out at home. Thanks
L8rdude wrote: » It depends what you want to do. An SQL database is for storing information like an employee or sales record. SQL then lets you query the database to read those records. Do you want to build a website, a phone app or a desktop application? A lot of these would use an sql database to store information in the background.
PrzemoF wrote: » I mean you cannot do the typical "Hello World!" [1]
SELECT 'Hello World!'
cjmc wrote: » I thought being able to read / compile data bases would be an asset.
Tom Dunne wrote: » :eek::pac: I think you need to be clear in your own head what you are trying to achieve. General programming languages like C# and Java are for creating software programs. PHP and the like are typically used for developing websites. Languages like SQL are for manipulating data and can be called (used) by languages such as those I have mentioned above (and many more besides). In my opinion, learn programming fundamentals first, in a language you are comfortable with, and then progress onto SQL.
PrzemoF wrote: » Stay away from C++ (l'll get a pitchfork in my back for that..). Learn C to understand how it really works and then go to C++ if you need it. To be honest, go for anything but no C++ as the first language.
PrzemoF wrote: » I knew it was going to happen! I'm waiting for someone to make nokia snake game in SQL to prove me that it is a general purpose language :eek:
cjmc wrote: » Looking at online sources to learn from , , Python seems most popular and lots or online tutorials. good choice ?
gctest50 wrote: » snake ? The Schemaverse is a space-based strategy game implemented entirely within a PostgreSQL databasehttp://schemaverse.marcneuwirth.com/