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
Explain cross join or cartesian product in sql?
What is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure?
How to recompile stored procedure at run time?
What does dml stand for?
What is 2nf normalization?
what is an extended stored procedure? : Sql server database administration
What are the difference between clustered and a non-clustered index?
What is sqlcmd?
How to execute the cursor queries with "open" statements?
How to find related tables in sql server?
How to send a ssrs report from ssis?
What happens if time-only values are provided as date and time literals?
you have a table with close to 100 million records recently, a huge amount of this data was updated now, various queries against this table have slowed down considerably what is the quickest option to remedy the situation? : Sql server administration
Why truncate is ddl command?
what is a schema in sql server 2005? Explain how to create a new schema in a database? : Sql server database administration