Noob sql
-
I am now interested in SQL / database programming and I would like to find and learn about sql. Does anyone know some good compilers maybe free?? also a website or book about sql / database programming. I have 1 year in visual c++ 6 and about 1/2 a year in c++(you know in console...). I would appreciate it if anyone replied. ;P [It is possible to represent everything in this universe by using 0 and 1]
-
I am now interested in SQL / database programming and I would like to find and learn about sql. Does anyone know some good compilers maybe free?? also a website or book about sql / database programming. I have 1 year in visual c++ 6 and about 1/2 a year in c++(you know in console...). I would appreciate it if anyone replied. ;P [It is possible to represent everything in this universe by using 0 and 1]
SQL is a generic term for a language used to comunicate with a database. That language can vary from various SQL databases. There is no "compiler" as there is in C++. Choose your database software and then learn the associated SQL syntax that goes with the database software. Some Free database software: ---------------------------- MSDE (Microsoft Data Engine) MySQL PostgreSQL Some Non-Free software: ----------------------- Microsoft SQL Server Oracle DB/2 Once you've chosen your database software that you'll need to search online for some SQL primers. There are tons of sites which will cover the basics of SQL programming.
-
I am now interested in SQL / database programming and I would like to find and learn about sql. Does anyone know some good compilers maybe free?? also a website or book about sql / database programming. I have 1 year in visual c++ 6 and about 1/2 a year in c++(you know in console...). I would appreciate it if anyone replied. ;P [It is possible to represent everything in this universe by using 0 and 1]
-