i have executed the Delete command after the I have created
table whether deletions will be
commit or not? if table is successfully created?
Answer Posted / 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 |
Post New Answer View All Answers
how to convert .db (extention) database file into .dmp (extention ) for oracle database ?
How to use group functions in the select clause using oracle?
HI ALL, CAN ANYONE TELL ME THE DIFFERENCES BETWEEN SQL CLUSTURS,MSQL CLUSTERS,ORACLE CLUSTERS.......THANKS IN ADVANCE
Can we protect our pl/sql source code?
What is a snapshot in oracle database?
How does oracle handle read consistency?
please explain.. DB architecture ...
What privilege is needed for a user to create indexes in oracle?
What is transaction control statement and how many types of transaction control statement in Oracle?
interview questions with answer for cts
How to list all tables in your schema?
How to pass a cursor variable to a procedure?
How to increment dates by 1 in oracle?
What privilege is needed for a user to connect to oracle server?
Difference between inner join vs where ?