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


Please Help Members By Posting Answers For Below Questions

Explain the dbcc pintable command when would you use it?

512


What is the purpose of floor function?

543


what are constraints? : Sql server database administration

536


Explain go command in sql server?

549


What is the purpose of data source?

520






How to disable stored procedure sql server?

965


What is extent? Types of extents?

594


What is service broker?

591


Can I delete event logs?

548


what are triggers? : Sql server database administration

510


Explain few examples of RDBMS?

617


How to run queries with sql server management studio express?

577


How to configure odbc dsn with different port numbers?

565


What is the purpose of sql profiler in sql server? : sql server database administration

632


What are the new features introduced in SQL Server 2000? What changed between the previous version of SQL Server and the current version?

1854