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
List out a number of the wants to setup a SQL Server failover cluster?
What is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure?
How can you list all the table constraints in a database?
What are trace flags?
Explain what are the authentication modes in sql server?
How to make a column nullable?
Can we call future method from trigger?
Mention a few common trace flags used with sql server?
Define the one-to-one relationship while designing tables.
Do you know what guidelines should be followed to help minimize deadlocks?
I have triggers,views,functions,stored Procedures for a table. When I am dropping that table which objects are deleted?
Difference between report and query parameter. Why do we need different type of parameter?
How to create a new login name in ms sql server?
What are drillthrough reports?
What is inline table-value user-defined function?