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
1 Posted Topic
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 …
The End.
Saranya_kamaraj