what is the difference between sql query and google query?
Answer Posted / 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 |
Post New Answer View All Answers
What is partitioned view?
What are .mdf files?
How many tables can be joined in SQL Server?
Which are new data types introduced in sql server 2008?
What is isolation levels?
What is Federation Root Database?
What is ddl and dml commands?
What is the use of sql profiler in sql server 2012?
What is spid in sql server profiler?
How to create indexed view?
How to list all dsn entries on your local machine using odbc_data_source()?
What is trace flag in sql server?
What are the security related catalog views? : sql server security
What are the export options of ssrs?
In what three ways is the return statement used in a stored procedure?