aspose file tools
The moose likes JDBC and the fly likes an interview question, is there condition that we operate on one table .... Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "an interview question, is there condition that we operate on one table ...." Watch "an interview question, is there condition that we operate on one table ...." New topic
Author

an interview question, is there condition that we operate on one table ....

raminaa niilian
Ranch Hand

Joined: Jul 14, 2005
Posts: 550
Hi
Thank you for reading my post
I have a question which is asked during an interview, can you help me with its answer?

is there condition that we operate on one table with different isolation level?
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26184
    
  66

Raminaa,
What do you think? That would provide a good starting point for discussion.
raminaa niilian
Ranch Hand

Joined: Jul 14, 2005
Posts: 550
Thank you for reply.
I think a single operation like delete allways has same level of importance and so it has same transaction level when ever that specific operation happens on that table.

Thanks
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26184
    
  66

Your answer makes sense. I interpreted the question a bit differently. I was thinking they meant does it make sense to use different isolation levels at different times.

The nice thing about interview questions is that there is rarely a right or wrong answer. It's more about how you explain it.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: an interview question, is there condition that we operate on one table ....
 
Similar Threads
Doubt in String's
Clustered index on a DB table
Can servlet be executed differently
Data Structure?
Can I declare a variable inside Jsp_init()