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 store procedure? How do they work?
What is partition index in sql server?
if you encounter this kind of an error message, what you need to look into to solve this problem? : Sql server database administration
Do you know what is user defined datatypes and when you should go for them?
What is a trigger? Why we need it?
what's the difference between delete table and truncate table commands? : Sql server database administration
Define master database?
To which devices can a backup be created and where should these devices be located? : sql server management studio
Explain the dirty pages?
What is query cost in sql server?
difference between Clustered index and non clustered index ?
Do you know what is a with(nolock)?
What is transaction server implicit?
can you instantiate a com object by using t-sql? : Sql server database administration
what is the sql equivaent of the dataset relation object ?