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



i have executed the Delete command after the I have created table whether deletions will be commi..

Answer / vandana

After creation of table. delete will commit.

Is This Answer Correct ?    10 Yes 3 No

i have executed the Delete command after the I have created table whether deletions will be commi..

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

i have executed the Delete command after the I have created table whether deletions will be commi..

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

i have executed the Delete command after the I have created table whether deletions will be commi..

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

i have executed the Delete command after the I have created table whether deletions will be commi..

Answer / orsu

commit will not happen until and unless you enable the option AUTO COMMIT or manually you give commit.

hope you understand.

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Oracle General Interview Questions

How you find out version of installed workflow?

1 Answers  


What is an index associated with a constraint?

0 Answers  


How to execute a stored procedure in oracle?

0 Answers  


How to convert the date format from dd/mm/yyyy to mm/dd/yyyy. (for eg). 22/05/2008 to 05/22/2008. when u use to_char(), it tells the month is invalid. how to resolve this problem.tel with eg.

2 Answers   AppLabs,


Please explain the difference between outer join and inner join? With examples would be appreciable..!

6 Answers   IBM,






How to select oracle sequence from different schema and How to select oracle sequence from different Databases. Explain with example

1 Answers   Polaris,


What is the difference between view and materialized view in Oracle?

0 Answers   MCN Solutions,


How can I convert single byte kana characters into multi byte kana characters and vice-versa.

0 Answers  


What is the difference between a primary key & a unique key?

0 Answers  


What are set operators?

0 Answers  


Database crashes. Corruption is found scattered among the file system neither of your doing nor of Oracles. What database recovery options are available? Database is in archive log mode.

0 Answers  


One Table having two rows with one colomn having values Like"Male" and "Female". how to upadte these values Like "Female" and "Male" in single update statement.

6 Answers   Polaris,


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)