aspose file tools
The moose likes JDBC and the fly likes regarding dual table Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "regarding dual table" Watch "regarding dual table" New topic
Author

regarding dual table

ajse ruku
Ranch Hand

Joined: May 06, 2005
Posts: 192
Hi all,
I want to know what is the importance of dual table?
Why we get next sequence number from this table?

regards,
ajse
Paul Sturrock
Bartender

Joined: Apr 14, 2004
Posts: 10336

Dual is a place holder, nothing more. It exists as a table containing one column called dummy with the value x. You use it to return constant values, such as the value of a sequence. The reason you use dual is it is guarenteed to only ever have one row and it is visible to all users.


JavaRanch FAQ HowToAskQuestionsOnJavaRanch
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: regarding dual table
 
Similar Threads
Oracle Pivot table
SQL doubt
Problem connecting to DB after DB restart
Test Table
stale jdbc Connection