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
How can you list all the columns in a database?
What is sql server programming?
How do I start and stop sql server?
How to create an index on an existing table in ms sql server?
How do you create a data source?
Explain about SQLOS?
What is mapping schema?
how many triggers you can have on a table? : Sql server database administration
What are the different types of sub-queries?
What do you understand by triggers?
Working with TLogs
Do you know clustered and non-clustered index?
What is page in sql server?
what is a self join? Explain it with an example? : Sql server database administration
If we delete pack Spec what will be the status of pack Body ?