SQL Server Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 293 Page Views: 

What is the purpose of FOR BROWSE option in the SELECT statement?



Posted By: Avi Date: 1 October 2010 11:28:07 AM
 Answer:

FOR BROWSE option which is used at the end of the SELECT statement allows the user to perform the updates while viewing data at the client end/application having DB-Library browse mode cursor.


Posted By: avibtech


Date: 1 October 2010 11:28:07 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image LdwU4t
Related Questions
SQL Server : How can you get the accurate count of the records in a table?

How can you get the accurate count of the records in a table?

There are several ways of getting/retreiving the accurate records count from the table. Following Sy....
Category: SQL Server Date: 10/1/2010 11:34:07 AM
SQL Server : What is the function of msdb and tempdb?

What is the function of msdb and tempdb?

msdb stores the information of database backups,SQL server jobs,DTS packages,logs. tempdb stores the....
Category: SQL Server Date: 10/1/2010 11:33:07 AM
SQL Server : To change or set the permissions in SQL server which particular commands are used?

To change or set the permissions in SQL server which particular commands are used?

There are basic three commands viz.:- GRANT,DENY and REVOKE
Category: SQL Server Date: 10/1/2010 11:32:07 AM
SQL Server : Give some difference between Where Clause and Having Clause?

Give some difference between Where Clause and Having Clause?

1. HAVING can't be used without GROUP BY Clause but WHERE Clause can be used without GROUP By. 2. WH....
Category: SQL Server Date: 10/1/2010 11:31:07 AM
SQL Server : What is timestamp in SQL server?

What is timestamp in SQL server?

timestamp is a datatype in SQL server. This datatype generates binary number , which are unique with....
Category: SQL Server Date: 10/1/2010 11:30:07 AM