what are the differences among these table level lock modes - IN SHARE MODE, IN SHARE UPDATE MODE, IN EXCLUSIVE MODE ?
HCL,
3 11311What is oracle ? why we should go for oracle database instead of diffrent databases available in the industry.
5 11669I 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 17516Create 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 22417How 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 8866what is the use of anchoring object? what r the difference between anchoring object & enclosing object? can any one tell me all the details?
2478
What is offset and limit in sql?
What is data manipulation language?
What are the types of dbms?
How to run pl sql program in mysql?
What is a sql driver?
What are the different dml commands in sql?
how to shutdown mysql server? : Sql dba
how many groups of data types? : Sql dba
How can I get the number of records affected by a stored procedure?
What are properties of the transaction?
Why coalesce is used in sql?
which types of join is used in sql widely? : Sql dba
Who is the owner of mysql database?
Does sqlite need a server?
Why do we need a foreign key?