how to create a table with elements Login Id Password Username
I have to create a table with username which can be null after inserting values for username and password and username should be not null before inserting values for loginId and password.
Is there any way that I can do to make this condition work while I create the SQL table ?