books

  • Thread starter Thread starter jon
  • Start date Start date
J

jon

I need to start learning SQL for access.
I mainly use 97 but I also use 2003.

Can any one suggest any good books to start of with please.

Thanks

Jon
 
jon said:
I need to start learning SQL for access.

Can any one suggest any good books to start of with please.

SELECT "SQL Queries for Mere Mortals" AS Book
FROM Michael INNER JOIN John ON Michael.Hernandez = John.Viescas
WHERE ((AmazonPrice = $34.64) AND (Instock = TRUE));
 
Thanks


Granny Spitz via AccessMonster.com said:
SELECT "SQL Queries for Mere Mortals" AS Book
FROM Michael INNER JOIN John ON Michael.Hernandez = John.Viescas
WHERE ((AmazonPrice = $34.64) AND (Instock = TRUE));
 
¸ðµÎ Á¤½ÅÀ» Â÷¸®°í ¿­½ÉÈ÷ °øºÎÇÏÀÚ
 
Tom said:
But Granny, is that a normalized design....to have a Michael table and a John
table?

There are so many names in the Authors table that it had to be partitioned.
There's a Michael partition and a John partition, each with 10,000's of
records.
 

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

Book on Access 97 4
Good book? 2
SQL in Access 4
Excel Protection 2
General question about 2003 and 2007 VBA 4
Vacinations ??? 4
any good books on Access97 Connecting to SQLServer200? 2
tricky validation code 8

Back
Top