Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on which one is odd within the SQL forums, part of the Databases category; 1.open 2.close 3.fetch 4.insert...
|
|||||||
|
|||
|
Re: which one is odd
Quote:
You can do whatever you like within the Cursor; But question is like that . |
|
|||
|
Re: which one is odd
Insert clause is odd among the list.
Open,fetch,close are the stages of cursor ,whereas 'Insert' statement declares implicit cursor(for insert) which goes through these three stages. Adding to it,an Insert Cursor is a database cursor declared with a restricted form of the INSERT statement, designed to perform buffered row insertion in database tables. The insert cursor simply inserts rows of data; it cannot be used to fetch data. |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|