Answer Posted / guest
delete from tablename where condition;
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
How to best split csv strings in oracle 9i?
what is the difference between substr and instr function in oracle?
How to write a query with a right outer join in oracle?
What happens to indexes if you drop a table?
Is a rollback possible to any savepoint?
How to convert characters to numbers in oracle?
Is oracle a language?
what is the use of system.effective.date variable in oracle?
How can I create database in oracle?
In which language oracle has been developed?
What is meant by joins? List out the types of joins.
i have a question here... As of my knowledge, when we apply an index (b-tree)on a column, internally it arranges the data in b-tree format and do the fetching process correspondingly... and my quetion is... How a bit-map index arranges the data internally when applied on a column?IS it in b-tree format or whatelse?
List the various oracle database objects?
i wrote a pl/sql procedure. it must run every sunday 4.40 How can i schedule it with the help of dbms_jobs (or another other procedure with out creating bat file,exe file)
I have a table called 'test' on source and target with same name, structure and data type but in a different column order. How can you setup replication for this table?