| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Newbee database design question
Hi,
I am designing a database, keeeping in mind the normalization rules. Please see the tables below, and tell me if I am doing it all wrong.
employee
emp_num
emp_name
emp_lname
emp_type -------- ('B'=branch, 'M'=Main office)
employee branch
employee Main office
If the emp_type is 'B', then the employee data is inserted into 'employee branch' table and when it is 'M', in 'employee main office' table.
Is this the right way?
If it is, I am having lots of problem to make a select query for a "particular"
employee.
I am using MS sql derver 2000.
Thanks for any help
ajay
Received on Sat Jul 27 2002 - 09:32:35 CDT
![]() |
![]() |