Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.71K
~287 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for bhavna_816

U cant add a not null column using ALTER command.Because it allows to add only null columns.If u want to add datas into that null column you need to use UPDATE command for adding data into that table Like, UPDATE TABLE table_name SET null_column-name='value' WHERE column_name='value EX UPDATE TABLE employee …

Member Avatar for Saranya_kamaraj
0
287

The End.