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?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an oracle and why it is used?

1209


How to use "while" statements in oracle?

1374


Explain the use of record option in exp command.

1064


How to define an anonymous procedure without variables?

1186


Can u please explain me the Discussion on Except ,using cast like type cast. Question in the context of difference between two tables

2113


What is parameterized cursor in oracle?

1219


How do I connect to oracle database?

1193


What are the general rules on data consistency?

1055


What are the various oracle database objects?

1198


What is a nested table?

1108


Why cursor variables are easier to use than cursors?

1137


src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));

1746


How to create a new table in oracle?

1228


How to apply filtering criteria at group level in oracle?

1084


How to create tables for odbc connection testing?

1202