-
Why we have to perform calculation part in Functions?
Procedure also written the values using out parameter than why we need functions?
-
-
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.
-
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 ? -
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
-
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 difference between % ROWTYPE and TYPE RECORD ?
% ROWTYPE is to be used whenever query returns a entire row of a table or view. TYPE rec RECORD is to be used whenever query returns columns of differenttable or views and variables. E.g. TYPE r_emp is RECORD (eno emp.empno% type,ename emp ename %type); e_rec emp% ROWTYPE cursor...
Bulk binding
What are the advantages of bulk binding in PL/SQL?
Adventages of package over standalone procedure
What are the advantages of packages over standalone procedure ?
Dual Table
Is Dual Table updatable? If we update, will it impact the health of the database?
Delete duplicate records without using sub query?
Delete duplicate records without using sub query? Is That possible
Ans