SQL Training

  • Thread starter Thread starter Matt S
  • Start date Start date
Tough question to answer because it is so broad.

For starters, SQL is supposed to stand for Structured Query Language
(although I've heard it stated as Standard Query Language). In any event, it
is, well, a computer language specifically designed for the retrieval and
management of data in relational database management systems (RDBMS),
including SQL Server, Oracle, Access, etc. Each RDBMS implements a slightly
different flavor of SQL, which means you'll need to foucs on the one which
is used in your RSBMS, e.g. Access, which uses SQL in its queries.

Sometimes, though, people use "SQL" to refer to the SQL Server RDMS itself.
Is that what you mean by any chance?

For my money, one of the best ways to learn anything is to get hands on, so
if you have access to MS Access and can locate some sample mdbs or accdbs,
I'd recommend just diving into them and seeing how the queries in them work.
The Access help system is pretty good.

If you want classes or training, the place to start is you local community
college or trade school. Not likely to be the most advanced training, but
good introduction to the subject, if they have classes, and less expensive
than some other options might be.

I don't have any book recommendations, unfortunately, although a quick
search on Amazon or B&N should turn up several titles.

George
 
Doug,
Sounds good. I have Michael's DBs for Mere Mortals and refer to it a lot. .

George
 
George said:
Tough question to answer because it is so broad.

For starters, SQL is supposed to stand for Structured Query Language
(although I've heard it stated as Standard Query Language). In any event, it
is, well, a computer language specifically designed for the retrieval and
management of data in relational database management systems (RDBMS),
including SQL Server, Oracle, Access, etc. Each RDBMS implements a slightly
different flavor of SQL, which means you'll need to foucs on the one which
is used in your RSBMS, e.g. Access, which uses SQL in its queries.

Sometimes, though, people use "SQL" to refer to the SQL Server RDMS itself.
Is that what you mean by any chance?

For my money, one of the best ways to learn anything is to get hands on, so
if you have access to MS Access and can locate some sample mdbs or accdbs,
I'd recommend just diving into them and seeing how the queries in them work.
The Access help system is pretty good.

If you want classes or training, the place to start is you local community
college or trade school. Not likely to be the most advanced training, but
good introduction to the subject, if they have classes, and less expensive
than some other options might be.

I don't have any book recommendations, unfortunately, although a quick
search on Amazon or B&N should turn up several titles.

George
 
Thanks. I'm interested -for now - in using SQL in Access and maybe Brio.
I'll check with my local community college. Tks again.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Park and Ride in to Central London? 2
Training DataBase 9
Training Database 1
Outlook View Tracking on Shared Calendar 1
IIF not working for me! 2
Access 2007 Training 1
Access Training 5
Tablet size: I love the 8 inches 1

Back
Top