Reply
I need help with SQL searching
Old 03-07-2008, 01:14 AM I need help with SQL searching
Novice Talker

Posts: 14
Name: Michael
Location: Spring Hill, Florida
I have my own sql search engine that I have been playing with. I would like to know if there is any generalized sites out there that will help me learn sql commands?


Thanks!

eautocad
__________________
4,000+ Free places to advertise your website via Real-Time Statistical Search Engine (RTSSE) http://www.therankdirectory.com
eautocad is offline
Reply With Quote
View Public Profile Visit eautocad's homepage!
 
When You Register, These Ads Go Away!
     
Old 03-07-2008, 01:52 AM Re: I need help with SQL searching
mtishetsky's Avatar
Super Spam Talker

Posts: 865
Location: Volendam, Netherlands
mysql.com ?
mtishetsky is offline
Reply With Quote
View Public Profile Visit mtishetsky's homepage!
 
Old 03-10-2008, 06:36 AM Re: I need help with SQL searching
Average Talker

Posts: 27
google.com?
sheanie is offline
Reply With Quote
View Public Profile
 
Old 03-10-2008, 06:37 AM Re: I need help with SQL searching
Average Talker

Posts: 27
Actually, this site is pretty good.... http://www.w3schools.com/sql/default.asp
sheanie is offline
Reply With Quote
View Public Profile
 
Old 03-10-2008, 05:16 PM Re: I need help with SQL searching
Learning Newbie's Avatar
Moderator

Posts: 4,586
Name: John Alexander
http://msdn2.microsoft.com/en-us/sqlserver/default.aspx


SQL really isn't a search engine tho. SQL = Structured (English Language) Query Language. It's a data manipulation and projection engine. For one thing, probably the main thing, it can only run queries against data that's been loaded into the database. Google has maybe the world's biggest database, but they also have in house software called a GoogleBot to collect data from the web and stuff it into their database. Without that, you can run a query but will only get results for what's already been loaded.

That said, most of SQL falls under four command types

SELECT - Gets data stored in the database and projects it in ways it's not stored, if you ask for that
UPDATE - Changes data in your database
INSERT - Adds new data
DELETE - Removes data
__________________
4 ways to improve the lives of the "bottom billion"

"HEY YOU KIDS GET OFF MY LAWN!" -John McCain
Learning Newbie is offline
Reply With Quote
View Public Profile
 
Old 03-10-2008, 09:53 PM Re: I need help with SQL searching
joder's Avatar
Flipotron

Posts: 6,084
Name: James
Location: In the ocean.
http://sqlzoo.net/
joder is offline
Reply With Quote
View Public Profile
 
Old 05-22-2008, 12:29 PM Re: I need help with SQL searching
Average Talker

Posts: 26
....???
idisplayforless is offline
Reply With Quote
View Public Profile Visit idisplayforless's homepage!
 
Reply     « Reply to I need help with SQL searching
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.12479 seconds with 13 queries