what is the difference between sql query and google query?
Answer Posted / ale
Google does this:
http://en.wikipedia.org/wiki/Full_text_search for the internet
SQL: Does this http://en.wikipedia.org/wiki/Sql
SQL is an algebra for manipulating tables. So you have
operators to select certain (projection operators) parts of
a table and operators to join tables. Remember that tables
are relations, you can talk about an algebra of relations.
Full text search is something very different, it's like the
index of a book, you look for a word and it tells you which
page to go.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is sql profiler. What are the default templates with it? : sql server database administration
New concepts of sql server 2005 use in your project.
How to delete duplicate records based on single column from a table?
How retrieve field names from the table in SQL through JAVA code?
Explain the difference between clustered and non-clustered index?
What is trace flag in sql server?
What is Service Broker in sql server 2012?
Difference between uniqe index and uniqe constraint?
Show Practically Sql Server Views are updatable?
List layers of abstraction microsoft architectured to provide relational db through cloud platform ?
Ms sql server index?
What are different types of join?
What is the library index called?
What is the difference between implicit and explicit transaction?
Explain some stored procedure creating best practices or guidelines?