TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Syed Arbab Ahmed
NA
104
0
'Default' is not inserting values while creating tables.
Mar 24 2011 7:05 AM
The table has been created through the query below
CREATE TABLE customer
(First_Name char(50),
Last_Name char(50),
Address char(50) default 'Unknown',
City char(50) default 'Karachi',
Country char(25),
Birth_Date date)
but the default value is not inserting values in their respective columns, what's wrong with the query?
Reply
Answers (
5
)
How to get same type of data in same line in PL/SQL.?
Can we use any other operator than relational operators for 'CONSTRAINT', because I am having an error