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

Posts: 353
Name: Michael
Location: Spring Hill, Florida
Trades: 0
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
__________________
Internet Marketing Search Engine 6,000+ Places to Advertise FREE with RSS & 25,000 Locals through statistical reference of traffic, quality, popularity, and more!

eautocad is offline
Reply With Quote
View Public Profile Visit eautocad's homepage!
 
 
When You Register, These Ads Go Away!
Old 03-07-2008, 02:52 AM Re: I need help with SQL searching
mtishetsky's Avatar
King Spam Talker

Posts: 1,163
Name: Mike
Location: Mataro, Spain
Trades: 0
mysql.com ?
__________________
mtishetsky is offline
Reply With Quote
View Public Profile Visit mtishetsky's homepage!
 
Old 03-10-2008, 07:36 AM Re: I need help with SQL searching
Average Talker

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

Posts: 27
Trades: 0
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, 06:16 PM Re: I need help with SQL searching
Learning Newbie's Avatar
Defies a Status

Latest Blog Post:
Astounding Republican Paranoia
Posts: 5,674
Name: John Alexander
Trades: 0
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
Learning Newbie is offline
Reply With Quote
View Public Profile
 
Old 03-10-2008, 10:53 PM Re: I need help with SQL searching
joder's Avatar
Flipotron

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

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

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

BB 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.13088 seconds with 13 queries