We’ve gotten the message that some of our DBAs are loosing grasp of the internal structure of our FakeCompany inc. Let’s try to help them out!
To aid in this, we’re initiating a challenge! Your task is to create a reference table that encapsulates the essential aspects of our internal database structure.
What You Need to Do
Examine the Provided Table Image: A reference image (see below) outlines the basic format and information your table should include.
Create a Similar Table: Develop a table that mirrors the structure shown in the image. Make sure your table is tailored to reflect our specific database architecture at FakeCompany Inc.
The starting code for this challenge:
Startup code
CREATE OR REPLACE table departments (department_name varchar, department_ID int, head_department_ID int);
INSERT INTO departments (department_name, department_ID, head_department_ID) VALUES
('Research & Development', 1, NULL), -- The Research & Development department is the top level.
('Product Development', 11, 1),
('Software Design', 111, 11),
('Product Testing', 112, 11),
('Human Resources', 2, 1),
('Recruitment', 21, 2),
('Employee Relations', 22, 2);
Remember if you want to participate:
- Sign up as a member of Frosty Friday. You can do this by clicking on the sidebar, and then going to ‘REGISTER‘ (note joining our mailing list does not give you a Frosty Friday account)
- Post your code to GitHub and make it publicly available (Check out our guide if you don’t know how to here)
- Post the URL in the comments of the challenge.
96 responses to “Week 73 – Intermediate”
-
o que é lioresal
Week 73 – Intermediate
-
what does azathioprine look like
Week 73 – Intermediate
-
rizatriptan effets secondaires
Week 73 – Intermediate
-
substitute of imdur 30
Week 73 – Intermediate
-
mobic treatment
Week 73 – Intermediate
-
farmacodinamia del piroxicam
Week 73 – Intermediate
-
sumatriptan mouth dissolving tablets
Week 73 – Intermediate
-
imuran flu vaccine
Week 73 – Intermediate
-
maxalt administration
Week 73 – Intermediate
-
zanaflex for muscle spasm
Week 73 – Intermediate
-
buy cheap ketorolac prices
Week 73 – Intermediate
-
beaumont artane recreation centre
Week 73 – Intermediate
-
cost of generic toradol pills
Week 73 – Intermediate
-
difference between baclofen and tizanidine
Week 73 – Intermediate
-
cyproheptadine in animals
Week 73 – Intermediate
-
periactin uses side effects
Week 73 – Intermediate
Leave a Reply
You must be logged in to post a comment.