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 / 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 |
Post New Answer View All Answers
When do we use group by clause in a sql query?
Explain what are the different type of segments?
How to rename a column in an existing table?
What is a partition in oracle?
How many memory layers are in the oracle shared pool?
Explain what are the advantages of views?
What is a cursor in oracle?
Can multiple columns be used in group by in oracle?
Explain the use of control file?
When system tablespace is created?
How to check database size in Oracle?
How to define a cusotmer as a supplier in ORACLE R12
How to sort the query output in oracle?
How would you edit your CRONTAB to schedule the running of /test/test.sh to run every other day at 2PM?
Can we call procedure inside function in oracle?