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 field in algebra?
What is conditional split?
which backup strategy you are following at ur company
What is transact-sql language?
What does executeupdate return?
How do I create a stored procedure in dbml?
Can you please explain the difference between function and stored procedure?
What is multilevel indexing?
What the class forname () does?
if you encounter this kind of an error message, what you need to look into to solve this problem? : Sql server database administration
Explain in brief how sql server enhances scalability of the database system?
How do I find sql server instance name?
What is table constraint?
Difference between Sql server reporting services and Crystal reports?
What is log shipping? Can we do logshipping with SQL Server 7.0 - Logshipping is a new feature of SQL Server 2000. We should have two SQL Server - Enterprise Editions. From Enterprise Manager we can configure the logshipping. In logshipping the transactional log file from one server is automatically updated into the backup database on the other server. If one server fails, the other server will have the same db and we can use this as the DR (disaster recovery) plan.