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”
-
doxycycline mono 100mg cap
Week 73 – Intermediate
-
is trazodone habit forming
Week 73 – Intermediate
-
viagra premature ejaculation
Week 73 – Intermediate
-
vardenafil tadalafil
Week 73 – Intermediate
-
tadalafil good rx
Week 73 – Intermediate
-
levitra generic name
Week 73 – Intermediate
-
india pharmacy viagra
Week 73 – Intermediate
-
is sildenafil the same as viagra
Week 73 – Intermediate
-
sildenafil reviews
Week 73 – Intermediate
-
sildenafil maximum dosage
Week 73 – Intermediate
-
max dose of sildenafil
Week 73 – Intermediate
-
sildenafil dose for erectile dysfunction
Week 73 – Intermediate
-
tadalafil sublingual tablets 20mg
Week 73 – Intermediate
-
levitra side effects
Week 73 – Intermediate
-
maximum dose of levitra
Week 73 – Intermediate
-
avodart online pharmacy
Week 73 – Intermediate
-
cialis half life
Week 73 – Intermediate
-
levitra vs cialis vs viagra
Week 73 – Intermediate
-
how long after taking tadalafil can i drink alcohol
Week 73 – Intermediate
-
sildenafil for erectile dysfunction
Week 73 – Intermediate



Leave a Reply
You must be logged in to post a comment.