Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are cursors?

Answers were Sorted based on User's Feedback



What are cursors?..

Answer / umasankar

A cursor is a handle or name for sql area
two types of cursors they are
Explicit cursor: Created by user
Implicit Cursor: created by oracle automatically when ever
DML is performed.

Is This Answer Correct ?    2 Yes 0 No

What are cursors?..

Answer / swamy.l.n

1.A PRIVATE MEMORY/BUFFER.
2.IT IS USED TO HOLD THE DATA FROM TABLES OR VIEWS IN
MEMORY LOCATION FOR MANIPULATION PURPOSE.
3.VALID IN PL/SQL BLOCK ONLY.
4.ARE VARIABLE THAT YOU CAN DEFINE IN THE DECLARE SECTION
OF THE PL/SQL BLOCK.
ORACLE USES WORK AREA CALLED PRIVATE SQL AREAS TO EXECUTE
SQL STATEMENT AND STORE INFORMATION.
5.IT IS A VIRTUAL TABLE TO PROCESS MULTIPLE RECORDS IN
PL/SQL CONSTRUCT.

Is This Answer Correct ?    2 Yes 0 No

What are cursors?..

Answer / swapna

They are used to display information of a table into
effective number and also display more than one record at a
time.

Is This Answer Correct ?    1 Yes 0 No

What are cursors?..

Answer / harshad

As this would be not specific DW Concept but rather more on
RDBMS Programming concept.

Cursor is nothing but the pointer of memory addres to your
query result.

Explicit Cursor : User need to specifically declared in
your program (procedure/function)

Implicit Cursor : Any DML; it will handled by RDBMS.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Data Warehouse General Interview Questions

Where the cache files stored?

0 Answers  


How to load the time dimension?

0 Answers  


How Materialized Views are linked with Oracle DataWare house?

1 Answers   Kirloskar,


Explain what are non-additive facts?

0 Answers  


what is the diffrence between psa and idoc

0 Answers   iGate,


How to get the first 100 rows from the flat file into the target?

0 Answers  


What is a full backup?

0 Answers  


What are universe requirements?

0 Answers  


Suppose a null dataset with 10 variables; I want to print only name of the varibales in log window and also output window. How can we do this one?

0 Answers  


Difference between Microstrategy and Hyperion if any one Knows kindly updated me my dear Friends

1 Answers  


What is the difference between power center & power mart?

0 Answers  


What is XMLA ?

1 Answers  


Categories