What are some predefined exceptions in pl/sql?
No Answer is Posted For this Question
Be the First to Post Answer
How is Oracle 10g helpful when compared to oracle 9i and what is grid computing
Explain constraints in sql?
Are dml statements autocommit?
Is nosql relational?
How do you retrieve the last N records from a table?
What are different types of triggers?
What is difference between ms sql and mysql?
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).
Create table emp (id number(9), name varchar2(20),salary number(9,2)); The table has 100 records after table created.Now i nee to change id's Datatype is to be Varchar2(15). now Alter table emp modify(id varchar2(15),name varchar2(20), salary number(9,2)); Whether it will work or returns error? post answer with explanation.
In a package if we have 10 procedures or functions,How to know which will execute first?
What is Temp Table and type of temp table?
what is the use of anchoring object? what r the difference between anchoring object & enclosing object? can any one tell me all the details?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)