SQL Info

  • Thread starter Thread starter Zone
  • Start date Start date
Z

Zone

What additional software is required to run SQL with Excel? Also, can
someone recommend a good book for learning SQL techniques? TIA, James
 
The only thing additional you deed is a database that accepts SQL statements.
As far as learning, I have had poor luck with books, I have found everything
I ever needed searching here and Google. First thing to look up is a Try
Catch, it will be your friend. Just keep in mind that there are 100 ways to
do everything so two people might and probably will do the same thing totally
differently.
 
Thanks, John!
John Bundy said:
The only thing additional you deed is a database that accepts SQL
statements.
As far as learning, I have had poor luck with books, I have found
everything
I ever needed searching here and Google. First thing to look up is a Try
Catch, it will be your friend. Just keep in mind that there are 100 ways
to
do everything so two people might and probably will do the same thing
totally
differently.
 
Back
Top