GeekInterview.com
Answered Questions

What is the difference between in, out, inout parameters. Can we pass value or reference or both to the in out parameter.

Asked By: sbagai2001 | Asked On: May 26th, 2006

Answered by: saishradha on: Nov 26th, 2008

Here is the answer in 1 lineIN-- value is used in a program.       It cannot be a variable .COuld be literal,expression,value .OUT-- value is returned back from the progr...

Answered by: raghav_sy on: Jan 15th, 2007

hi friends,To make it simple, keep in mind,IN : It is a CONSTANT in the sub-program and u can not modify its value in sub-      program. if its value is modified in the s...

SQL queries- say for eg.Two tables - emp and deptemp tables consist of empno, deptno, mgrid, empname, locationdept table consist of deptno, deptname.1. Write a query to select department name for which...

Asked By: sbagai2001 | Asked On: May 26th, 2006

Answered by: bhagyashree010 on: Jul 20th, 2010

SELECT COUNT(e.ename), d.dname FROM emp e, dept d
WHERE d.deptno=e.deptno
GROUP BY d.dname HAVING COUNT(e.ename) > 20

It is the same...only diff is...use "dname" in group by clause , not "deptno"
Thanks

Answered by: isha123 on: Aug 9th, 2006

select e.empno "Subordinate",e.ename "Emp Name",e.mgrID "ManagerID",m.ename "Manager Name",m.empno "Employee Number" from emp e JOIN emp m where (e.mgrid=m.empno);

What is the difference between data conversion and data migration?

Asked By: Brinda | Asked On: May 9th, 2006

Answered by: kalpanaceo on: Jan 29th, 2013

Informatics Outsourcing is an Offshore Data Management service company. Data Management Service includes all types of Data Conversion, File Conversion, XML Conversion, HTML Conversion,SGML Conversion,...

Answered by: bonthu.reddy on: Jan 6th, 2010

Data Migration is a process of moving required (and most often very large) volumes of data from our clients' existing systems to new systems. Existing systems can be anything from custom-built IT infr...

What is PL/SQL tables?Is cursor variable store in PL/SQL table?

Asked By: Dolly | Asked On: Apr 19th, 2006

Answered by: sbagai2001 on: May 30th, 2006

DECLARE   TYPE EmpCurTyp IS REF CURSOR;   // Reference Cursor - weak    TYPE NumList IS TABLE OF NUMBER;  // Table of Number   TYPE NameList IS TABLE OF VA...

Answered by: manu on: May 17th, 2006

Pl/Sql Table  is  like C Array .

Cursor variable doesn't store with pl/sql Table .

IT is a pointer to cursor & it is not item, It is dynamic.

Is there any chance to remove a column of a table

Asked By: rajesh | Asked On: Sep 14th, 2005

Answered by: peprah on: Jan 20th, 2010

Sure why not?First of all you need to know and be sure of the table name and column you want to delete. There you are: DELETE FROM [TABLE_NAME]WHERE [ROW_NAME] = ['COLUMN_NAME']; EXA...

Answered by: hindol_saha on: Jan 19th, 2010

first mark the column as unuse
then drop the cloumn.

Can a view be updated/inserted/deleted? If yes under what conditions ?

Asked By: Interview Candidate | Asked On: Sep 7th, 2004

A view can be updated/deleted/inserted if it has only one base table if the view is based on columns from one or more tables then insert, update and delete is not possible.

Answered by: ravisavaliya on: Apr 22nd, 2008

Take an example Table : Employee(id number primary key,name varchar2(20),departmentid number)If created view in such a fashion, it includes all Not Null attribues & it does not contains group by a...

Answered by: venkat82.k on: Apr 9th, 2008

hi friends
As ur discussions we can perform dml operations on simple view ,
But ,we cannot do any dmls on complex views at that time we can use
instead of triggers then we can do the dmls on any views.
okkkkkkkkkkkkk

Interview Question

 Ask Interview Question?

 

Career Counselling

 Have Career Question?

 Ask Chandra

 Ask Only Career questions.

Follow us: