-
-
Access Cursor Output
How to access cursor output from web application and present the record set in tabular form?
-
Use of Indexes
What are indexes used for ? What are the different types of Indexes?
-
Transaction management in triggers
Can we give COMMIT or ROLLBACK within a trigger?
-
Why do we use cursors ?
Guys can you please help me in realtime scenario?
-
-
-
-
Query to retrieve one entire column data
Write a query to retrieve one entire column data of multiple rows into one single column of single row?
What is procedure and package
Hi ,can any one tel pls what is use ofprocedures and packages? why we use can anyone tell me with one real time example
How to update a rows with opposite gender in Sql?
In Emp table there is a column which consists of gender (Male or Female) ? How should one
Can update the Values of Male to Female and Female to Male with a single query ?Call a Procedure in Trigger
How to call a Procedure in Trigger and if any exception occurs in trigger then How do we rollback it?
Oracle Cursors in Pl/SQL
Why we use cursor in plsql? in same case can we use cursor or procedure?? difference between cursor , procedure and package?? is any relation between 3??
Moving data from 1 table to Another
How can you move the entire data from one table to another? If in same instance and in different instances, both cases?
How can we insert into a table by fetching data from more then one table by using only single command
I have 3 tables , same no of columns ,i want to insert whole the data from all these table into a single table,which also having same no of column and the same data type.
Web testing
While testing a website, an image that is supposed to appear on a page does not load (for example in IE, you would see an empty box with a small red cross icon). What type of investigation could you carry out to find out what the cause of the problem is? What information would you include when raising the defect
Recursive function
What is recursive function, explain with example?
Function purity
What is function purity level and why we need it in PL/SQL function?
Call External Procedure
How to call an external-procedure from a package?
Ans