what is the difference between sql query and google query?
Answer Posted / 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 |
Post New Answer View All Answers
What are some of the pros and cons of not dropping the sql server builtinadministrators group? : sql server security
What are user defined functions in ms sql server?
How do I partition a table in sql server?
Write an SQL query to obtain the 2nd highest salary.
What is an execution plan? When would you use it?
Do you know how to make remote connection in database?
Why use update_statistics command in sql server?
What is meant by referential integrity?
What is table level trigger?
What are the different SQL Server Versions you have worked on?
You have a stored procedure, which execute a lengthy batch job. This stored procedure is called from a trigger you do not want to slow the data entry process you do not want trigger to wait for this batch job to finish before it completes itself what you can do to speed up the process?
Write a SQL queries on Self Join and Inner Join.
What do you understand by hotfixes and patches in sql server?
How to use go command in "sqlcmd"?
Where is trigger in sql server?