In what condition is it good to disable a trigger?
suppose u hav 1 book with set...page 1-100 n 101 -200 now print page from 2-100 n 102 -200... how we will do..?
What are %type and %rowtype for?
What are sql functions? Describe in brief different types of sql functions?
what is the difference between implicit conversions and explicit conversions?
how to create a new table in mysql? : Sql dba
How many database objects (trigger, packages, sequence etc) uses a particular field in a given table. For ex: I want to know how many database object uses the ATTRIBUTE1 in the PO_VENDORS table. What query will give me the result showing the database object name(package, trigger etc), field_name used (in this case ATTRIBUTE1) and table_name (in this case PO_VENDORS).
How can we connect an Android App to an Oracle database and use the PL/SQL procedural code?
Explain normalization and what are the advantages of it?
How bulk collect improves performance?
What are the types of triggers ?
26 Answers Aspire, BirlaSoft, TCS,
Explain the the update statement in sql?
what are sequences