Good afternoon
I dont understand schema's
Cant all the organizational needs of a single database be handled by related tables. For example consider tblEmployee, with fields employee_name and salary. If you need to isolate the salary details, you can create another table, tblSalary, and relate the two tables 1-1. Then set approproiate permissions on tblSalary. Or would it be better to use a new schema for this.
Also if there is a new schema for salary details, how do you relate the tables from the different schema's?
Or are schema's used for completely different things?
Thank you.
I dont understand schema's
Cant all the organizational needs of a single database be handled by related tables. For example consider tblEmployee, with fields employee_name and salary. If you need to isolate the salary details, you can create another table, tblSalary, and relate the two tables 1-1. Then set approproiate permissions on tblSalary. Or would it be better to use a new schema for this.
Also if there is a new schema for salary details, how do you relate the tables from the different schema's?
Or are schema's used for completely different things?
Thank you.