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 the use of commit?
How is table type constraint applied to a table?
Explain the third normal form(3nf)?
what is denormalization and when would you go for it? : Sql server database administration
How can you ensure that the database and sql server based application perform well?
What is subquery explain with example?
What is a view and what are its advantages?
Explain SSRS Architecture?
Difference between DELETE and TRUNCATE?
How do I install sql server?
How to list all login names on the ms sql server?
Explain about protocol layer present in SQL server?
How would you go about developing a ssrs report?
What command is used to create a database in the sql server and how?
What is the difference between char, varchar and nvarchar?