May 16, 2016 at 1:45 pm
I have a database that was in Access, the amount to SQL Server and there, want to make a query to do the following, I have a table called anio_2015 , and containing employee , brand, and hours . I have another brand table contains the description of the marks and another table called employee , there is the user and the user name. I want to make a query to show me the name of the employee and all marks that appear there and I only movements in the brands that filled that employee.
Table Anio_2015
Cod_Employees
Cod_Brand
Hours
Table Brands
Cod-Brands
Description_Brands
Table Employees
Cod_Employees
Name_Employees
May 16, 2016 at 1:54 pm
some sample data and expected results would help me thinks
________________________________________________________________
you can lead a user to data....but you cannot make them think
and remember....every day is a school day
May 23, 2016 at 1:10 am
Use Joins correctly...
May 23, 2016 at 1:23 am
angelreynosog (5/16/2016)
I have a database that was in Access, the amount to SQL Server and there, want to make a query to do the following, I have a table called anio_2015 , and containing employee , brand, and hours . I have another brand table contains the description of the marks and another table called employee , there is the user and the user name. I want to make a query to show me the name of the employee and all marks that appear there and I only movements in the brands that filled that employee.Table Anio_2015
Cod_Employees
Cod_Brand
Hours
Table Brands
Cod-Brands
Description_Brands
Table Employees
Cod_Employees
Name_Employees
Looking at the fairly obvious join columns in those tables, I'm thinking this is homework. Even if it's not, at least try.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply