Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
SQL question papers
Name: vicky pillai Date: May 14, 2002 at 11:33:02 Pacific
Comment:
Dear community, I wish to get lot of question papers,archives,websites about SQL(note sql only).plz anyone can help? thanks.. vichy pillai...
Summary: Hi guys!!! Any idea how i can optimize this sql query? select (sum(ac1.insertions) + sum(ac2.insertions) + sum(ac3.insertions)) as insertions, ac1.time_stamp from ac1, ac2, ac3 where ac1.time_stamp = ...
Summary: SQL questions In MS Access 2K SELECT vend_city+', '+vend_state+' '+vend_zip FROM Vendors ORDER BY vend_name; Does not work. Only the city is shown. How do you concatenate columns ? How do you use wil...
Summary: I have a Microsoft Access database that I would like to have import into SQL SERVER. This would be a daily task and would like to have it setup in VB6. I need to have all the records expect the last...