what is the difference between sql query and google query?
Answers were Sorted based on User's Feedback
Sql query is run against a database whereas google query is
for searching contents on internet
| Is This Answer Correct ? | 9 Yes | 2 No |
Answer / rahul
sql query has certain syntaxes whereas google query does
not need any syntax
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / 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 |
Answer / tariq
Google query is a fulltext search query and is different
then normal SQL
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / anil kumar v
Both the meanings are same.
But the difference is SQL query is a logic or it is kind of
stored procedure for a local database.
GOOGLE query is a search engine which finds that requested
query in a web based database.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / jeet
SQL query deals with relational databases but google query
deals with files that stores the indexed records.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sanjeev kumar
SQL query executes on relational database where as google
query execute on web server.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / kajal
sql query is a local query ,but google query is a global
query.
| Is This Answer Correct ? | 4 Yes | 4 No |
Answer / pooja
An sql query searches a database and returns a resultset
from the same.The search is based on keys.
A google query looks for web pages on the internet.The
search is based on metadata provided in the web pages.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / anand
SQL QUERY : SQL QUERY RUNS AGAINST THE LOCAL AND SERVER
DATABASE.
GOOGLE QUERY : GOOGLE QUERY RUNS AGAINST CONTENTS OF BROWSER.
| Is This Answer Correct ? | 1 Yes | 4 No |
what is package and it uses and how can u call a package
What is a recursive stored procedure in sql server?
Can you create a logon trigger in sql server 2005 express edition?
How to retrieve range of 10th rows to 20 th rows from total rows from a database table.? (Not from Dataset)
10 Answers Cognizant, Infosys,
Explain what are the authentication modes in sql server?
Explain difference between cross join and full outer join?
What is trace flag in sql server?
How do we return a record set from a Stored Procedure in SQl server 2000?
Define master database?
What is the system function to get the current user's user id?
How can you hide the sql server instances?
Explain a checkpoint?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)