On 12/23/11, sreenath reddy <sreen...@gmail.com> wrote:
> Oracle Apps Technical Interview
> 1. Using PL/SQL, which exception is raised when a division by zero is
> attempted?
> Ans ) zero divide error occurs
> 2. Which constraint type ensures that each row in a table contains an entry
> that uniquely identifies that row from any other. Ans ) primary key
> 3. Views can be defined with up to (?) columns. Ans ) 254
> 4. During database creation, which of the following database users require
> setting their password? Ans ) sys
> 5. What is a Cartesian product?
> Ans )The product of a select statement which has more than one table, and
> no where clause
> 6. A developer calls and reports they are receiving an *ORA-00901: invalid
> CREATE command*. What is most likely the problem?
> 21. The output of ltrim (*\"BILL CLINTON\",BALL*) is