Community

How to use default values with database columns

When you create a database table in Oracle 9i, you have the option to specify a DEFAULT value. Using default values on database columns helps to insulate database design issues from application code. With the DEFAULT value set, you can change it at some later date with a single ALTER TABLE comma

Read More - Register for Free Membership

Tags: