Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is the difference between rollback & commit?
can a foreign key has null value?

Answers were Sorted based on User's Feedback



what is the difference between rollback & commit? can a foreign key has null value? ..

Answer / ven

Commit made changes permenant to the database.
Rollback made undo the changes.

Yes, FK has null values.

Is This Answer Correct ?    23 Yes 2 No

what is the difference between rollback & commit? can a foreign key has null value? ..

Answer / vaibhavi_dixit

With commit, all the changes, which are made using insert,
update or delete SQL statments, are save permanently in the
table(ie DB).Whereas, if one want to undo the changes made
by DML statments, then before issuing commit, one can use
rollback statment.Rollback statment has no effect, if used
after commit.
Yes foreign key can have null value.

Is This Answer Correct ?    9 Yes 1 No

what is the difference between rollback & commit? can a foreign key has null value? ..

Answer / anjani kumar

Commits and Rollback both complete our transaction cycle.
we use commit to store the DML changes into DB but Rollback
performs undo to our DML transaction

Is This Answer Correct ?    5 Yes 1 No

what is the difference between rollback & commit? can a foreign key has null value? ..

Answer / komal

Roll back Undoes whatever add, delete update transactions
we do.
Commit saves the add,delete update transactions
permanenetly in the database.

However a DML statement if fired in between a transaction
commits the complete list of add, delete update statements
above.

Is This Answer Correct ?    3 Yes 1 No

what is the difference between rollback & commit? can a foreign key has null value? ..

Answer / aditi

commit save the transactions done after the last commit and rollback undo all transactions after last commit
Yes foreign key can have null value

Is This Answer Correct ?    1 Yes 0 No

what is the difference between rollback & commit? can a foreign key has null value? ..

Answer / ashu_deepu

rollback is used to revert back the changes which we have made in the databases.when we do the rollback we return back to the last commit point which we have made.

commit is use to make the changes in the databases permanently. the values of the variables are written to the databases or disk.

FK can have null value but primary key can't have null value.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Oracle General Interview Questions

What is Database Trigger ?

1 Answers  


In what script is snap$ created? In what script is the scott/tiger schema created?

0 Answers  


what are the advantages of running a database in NO archive log mode?

1 Answers  


Hi friends can u send the oracle 9i full version download link?????????????? please reply ?

0 Answers  


How to connect ms access to oracle servers?

0 Answers  


what is port in oracle? how is it related to database application.

0 Answers  


How do I connect to oracle database?

0 Answers  


Can we create database in oracle using command line ?

0 Answers   MCN Solutions,


How to add a new column to an existing table with a default value?

0 Answers  


Explain the difference between replace() and translate() functions in oracle?

0 Answers  


What is the difference between the Oracle ODBC driver and a Microsoft ODBC (Open Database Connectivity) Driver?

0 Answers   CGI,


you are sorting a table using "order by"(descending) clause of a column which contains a null value...whether that row containing null value will come first or last in the output??

2 Answers   BirlaSoft,


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