ericnet
Programmer
- Mar 29, 2006
- 106
Is users table suitable for data such as user name and password?
The context is one table in SQL 2000 Server for users data (Companies) in a Website marketplace who can access to it through a user name and password. And another table in the same database for users data (personnel of our company) who can access to our Company Intranet through a user name and password.
Users table of Website marketplace registers data such as Company name, company email, address, phone number, ZIP code, tax number, activity,..
Users table of personnel of our Company registers data such as User name, Surname, Company Department, tax number, private address, private zip code, private phone, private email, Social Security Number,..
Are those two tables suitable to register also user name and password? Or I have to create another two tables to register this kind of data?
Thank you
The context is one table in SQL 2000 Server for users data (Companies) in a Website marketplace who can access to it through a user name and password. And another table in the same database for users data (personnel of our company) who can access to our Company Intranet through a user name and password.
Users table of Website marketplace registers data such as Company name, company email, address, phone number, ZIP code, tax number, activity,..
Users table of personnel of our Company registers data such as User name, Surname, Company Department, tax number, private address, private zip code, private phone, private email, Social Security Number,..
Are those two tables suitable to register also user name and password? Or I have to create another two tables to register this kind of data?
Thank you