Hi guys!
I'm using SQL Enterprise Manager, but could not find any option when designing a table to set a field to require to be unique.
Table: Users
Fields: ID, Login, Password, FrstName, LastName
ID = Unique ID given to account on creation.
Login & Password, they will create by themselves.
Now, how can I set Login to require to be unique from the others?
As well...I set the Password field as varchar. Is there an option that I can choose so that all the passwords appear as ***** in sql?
Thanks a bunch guys!
I'm using SQL Enterprise Manager, but could not find any option when designing a table to set a field to require to be unique.
Table: Users
Fields: ID, Login, Password, FrstName, LastName
ID = Unique ID given to account on creation.
Login & Password, they will create by themselves.
Now, how can I set Login to require to be unique from the others?
As well...I set the Password field as varchar. Is there an option that I can choose so that all the passwords appear as ***** in sql?
Thanks a bunch guys!