CREATE TABLE [dbo].[TestTable1](
[FirstName] [varchar](20) NULL,
[LastName] [varchar](30) NULL,
[Address] [varchar](30) NULL,
[City] [varchar](30) NULL,
[State] [varchar](2) NULL,
[PositionNumber] [varchar](20) NULL,
[PositionDescription] [char](50) NULL,
[WorkLocationID] [varchar](6) NULL,
[WorkLocationDescription] [varchar](30) NULL,
[ReportsToID] [int] NULL,
[ReportsToIDType] [varchar](10) NULL,
[Team1ID] [int] NULL,
[Team2ID] [int] NOT NULL
) ON [PRIMARY]
GO
SET ANSI_PADDING OFF
GO
INSERT [dbo].[TestTable1] ([FirstName], [LastName], [Address], [City], [State], [PositionNumber], [PositionDescription], [WorkLocationID], [WorkLocationDescription], [ReportsToID], [ReportsToIDType], [Team1ID], [Team2ID]) VALUES (N'Ted', N'Simpson', N'345 W. Main', N'Springville', N'MO', N'101', N'Clerk III', N'161', N'Finance Dept', 0, N'', 17487, 106903)
INSERT [dbo].[TestTable1] ([FirstName], [LastName], [Address], [City], [State], [PositionNumber], [PositionDescription], [WorkLocationID], [WorkLocationDescription], [ReportsToID], [ReportsToIDType], [Team1ID], [Team2ID]) VALUES (N'John', N'Smith', N'765 W. 3rd Street', N'Springville', N'MO', N'121', N'Clerk II', N'155', N'HR Dept', 16694, N'T1', 17851, 95380)
INSERT [dbo].[TestTable1] ([FirstName], [LastName], [Address], [City], [State], [PositionNumber], [PositionDescription], [WorkLocationID], [WorkLocationDescription], [ReportsToID], [ReportsToIDType], [Team1ID], [Team2ID]) VALUES (N'Jane', N'Doe', N'2566 W. Maple', N'Springville', N'MO', N'300', N'Manager', N'133', N'Accounting Dept', NULL, NULL, 16694, 2106)
INSERT [dbo].[TestTable1] ([FirstName], [LastName], [Address], [City], [State], [PositionNumber], [PositionDescription], [WorkLocationID], [WorkLocationDescription], [ReportsToID], [ReportsToIDType], [Team1ID], [Team2ID]) VALUES (N'Barney', N'Swanson', N'6467 E. 2nd Street', N'Springville', N'MO', N'301', N'Manager', N'133', N'Accounting Dept', 16706, N'T1', 18285, 106335)
INSERT [dbo].[TestTable1] ([FirstName], [LastName], [Address], [City], [State], [PositionNumber], [PositionDescription], [WorkLocationID], [WorkLocationDescription], [ReportsToID], [ReportsToIDType], [Team1ID], [Team2ID]) VALUES (N'Allen', N'Williams', N'987 W. Sunset', N'Springville', N'MO', N'131', N'Clerk I', N'139', N'Business Dept', 17487, N'T1', 16914, 5218)
INSERT [dbo].[TestTable1] ([FirstName], [LastName], [Address], [City], [State], [PositionNumber], [PositionDescription], [WorkLocationID], [WorkLocationDescription], [ReportsToID], [ReportsToIDType], [Team1ID], [Team2ID]) VALUES (N'William', N'Hurts', N'6732 E. Cedar', N'Springville', N'MO', N'500', N'CEO', N'139', N'Business Dept', NULL, NULL, 16706, 7281)
INSERT [dbo].[TestTable1] ([FirstName], [LastName], [Address], [City], [State], [PositionNumber], [PositionDescription], [WorkLocationID], [WorkLocationDescription], [ReportsToID], [ReportsToIDType], [Team1ID], [Team2ID]) VALUES (N'Eileen', N'Dover', N'1873 W. Beverly', N'Springville', N'MO', N'135', N'Clerk III', N'133', N'Accounting Dept', 106335, N'T2', 17854, 2605)
INSERT [dbo].[TestTable1] ([FirstName], [LastName], [Address], [City], [State], [PositionNumber], [PositionDescription], [WorkLocationID], [WorkLocationDescription], [ReportsToID], [ReportsToIDType], [Team1ID], [Team2ID]) VALUES (N'Heidi', N'Johnson', N'837 W. Cleo', N'Springville', N'MO', N'129', N'Secretary', N'154', N'HR Dept', 16694, N'T1', 17855, 3651)
Network and collaborate with thousands of CTOs, CISOs, and IT Pros rooting for you and your success.
”The time we save is the biggest benefit of E-E to our team. What could take multiple guys 2 hours or more each to find is accessed in around 15 minutes on Experts Exchange.
Our community of experts have been thoroughly vetted for their expertise and industry experience.
The Distinguished Expert awards are presented to the top veteran and rookie experts to earn the most points in the top 50 topics.