what are the differences among these table level lock modes - IN SHARE MODE, IN SHARE UPDATE MODE, IN EXCLUSIVE MODE ?
HCL,
3 11329What is oracle ? why we should go for oracle database instead of diffrent databases available in the industry.
5 11693I have one Excel file with 1,50,000 Records. Now I need to load that whole file into Oracle Database with same columns in Excel sheet . I need PLSQL Procedure or used by SQL PLUS
7 17561Create 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.
13 22489How 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).
IBM,
2 8881what is the use of anchoring object? what r the difference between anchoring object & enclosing object? can any one tell me all the details?
2490
What is the use of double ampersand (&&) in sql queries? Give an example
What is the use of non clustered index?
What is a left inner join?
What is an oracle stored procedure?
Explain about various levels of constraint.
How do I start sql profiler?
What is out parameter used for eventhough return statement can also be used in pl/sql?
What is a pl/sql block?
How delete all data from table in sql?
Why coalesce is used in sql?
What is sql deadlock?
How do you identify a primary key?
What is a memo field?
what is denormalization. : Sql dba
what is the difference between char_length and length? : Sql dba