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

What is snapshot is too old? Give and example for better understand.

0 Answers   TCS,


If a parameter is used in a query without being previously defined, what diff. exist betw. report 2.0 and 2.5 when the query is applied ?

0 Answers   Oracle,


What is where clause in oracle?

0 Answers  


Is truncate autocommit in oracle?

0 Answers  


How to Select second Maximum salary in a Table ?

13 Answers   Oracle,


How do you bind variables in oracle?

0 Answers  


What happens if you use a wrong connect identifier?

0 Answers  


What is the purpose of init.ora. ? how many init.ora exist in oracle installation? suppose there are 3 database on one oracle server, how many init.ora do I have? what are various database objects? how will you identify memmory related performace issue in oralce? any idea about basic architure difference of oracle and db2? comment on which is better , with reasons? what is a fuction based index? is it recommended to use the same. ? what is global temporay table? what is teh signification of the parameter session_cached_cursor ?

1 Answers   HDFC,


hi friends, I have a table A col as status|NUM and value as open |1 open |2 close |3 close |3 the O/P should be open|close 1 |3 2 |4

1 Answers   CTS,


How to grant create session privilege to a user in oracle?

0 Answers  


What the is the diff between local index and global index. give some example.

0 Answers   TCS,


How do I limit the number of rows returned by an oracle query after ordering?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1808)
  • 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)