what is the difference between sql query and google query?
Answer Posted / jeet
SQL query deals with relational databases but google query
deals with files that stores the indexed records.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How can a user-defined datatype be created?
What is sql server database?
What are the disadvantages of indexes?
As a general practice, it is recommended to have dbo be the owner of all database objects however, in your database you find number of tables owned by a user other than dbo, how could you fix this?
What is an expression in ms sql server?
How to modify an existing stored procedure in ms sql server?
What are the five characteristics of good data?
How to create nested stored procedure?
What is the cartesian product of the table?
Will count(column) include columns with null values in its count?
What is the purpose of sql profiler in sql server? : sql server database administration
What are system databases into sql server (2005/2008) : sql server database administration
What are wait types?
Other than truncate statement, which other command can by-pass the trigger on the tables?
Explain what are page splits? : SQL Server Architecture