Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is the difference between sql query and google query?

Answers were Sorted based on User's Feedback



what is the difference between sql query and google query?..

Answer / sandip divate

Sql query is run against a database whereas google query is
for searching contents on internet

Is This Answer Correct ?    9 Yes 2 No

what is the difference between sql query and google query?..

Answer / rahul

sql query has certain syntaxes whereas google query does
not need any syntax

Is This Answer Correct ?    5 Yes 1 No

what is the difference between sql query and google query?..

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

what is the difference between sql query and google query?..

Answer / tariq

Google query is a fulltext search query and is different
then normal SQL

Is This Answer Correct ?    2 Yes 1 No

what is the difference between sql query and google query?..

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

what is the difference between sql query and google query?..

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

what is the difference between sql query and google query?..

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

what is the difference between sql query and google query?..

Answer / kajal

sql query is a local query ,but google query is a global
query.

Is This Answer Correct ?    4 Yes 4 No

what is the difference between sql query and google query?..

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

what is the difference between sql query and google query?..

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

Post New Answer

More SQL Server Interview Questions

I have all the primary data files, secondary data files as well as logs. Now, tell me can I still restore the database without having a full backup? : sql server database administration

0 Answers  


Which sql server table is used to hold the stored procedure script?

0 Answers  


Explain the new features of SQL server 2000?

1 Answers  


What is the main difference between ‘between’ and ‘in’ condition operators?

0 Answers  


What is temporary table in sql server? Why we use temp table?

0 Answers  


What do you need to connect php to sql server?

0 Answers  


if 3 duplicate records in table,i want to delete 2 alternating duplicate records by keeping 1 duplicate and 1 original as it is,how?

2 Answers  


What is the difference between Temporary table variable and a Table variable? Or Which Table variable I should use inside Stored procedure?

3 Answers   Microsoft, TCS, Techastrum,


What are different types of raid levels?

0 Answers  


Explain transaction server explicit transaction?

0 Answers  


What does indexation mean?

0 Answers  


When I delete any data from a table, does the sql server reduce the size of that table?

0 Answers  


Categories