i have executed the Delete command after the I have created
table whether deletions will be
commit or not? if table is successfully created?
Answers were Sorted based on User's Feedback
Answer / shrikant
After any DDL statement commit will happen by default. So
after any DML statement if you execute DDL satement then
everything is commited.
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / debashish mohanty
1.After Successful table creation the deletion are not be committed.
2.Delete is a DML operation its not auto committed.
3.There is no dependency between deleting rows and creation of table.
4.May be the Question is totally wrong else am Screwed to answer this kind of Questions.
Is This Answer Correct ? | 6 Yes | 6 No |
Answer / mohit singla
Deletion won't be commit. Also if our table is created
successfully and we are using rollback even then it won't
fetch the delete statement.
Is This Answer Correct ? | 0 Yes | 0 No |
Table1- have two column filename data AFGDFD-20112011 hi how r u bsdasd-23042011 name shoud be in bold Now i want output like filename data AFGDFD hi how r u bsdasd name shoud be in bold Kindly answer this
What are the oracle differences between nvl and coalesce
Differnce between view and index
How oracle handles dead locks?
I have two tables : COuntry,city I want all the cities in each country.Question on Cross Join.
Difference between NO DATA FOUND and %NOTFOUND?
How to best split csv strings in oracle 9i?
What is a proxy class?
without using count(*) and rownum how can we count total record in a table
What are the uses of synonyms?
How to use in conditions in oracle?
How to concatenate two text values in oracle?