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”
-
carbamazepine drug inducer
Week 73 – Intermediate
-
ibuprofen tegen hoest
Week 73 – Intermediate
-
gabapentin lawsuit 2022
Week 73 – Intermediate
-
does sulfasalazine cause hair loss
Week 73 – Intermediate
-
side effects of long term use of tegretol
Week 73 – Intermediate
-
is celebrex gluten free
Week 73 – Intermediate
-
cuong duong thuoc etodolac
Week 73 – Intermediate
-
gabapentin eliminierung
Week 73 – Intermediate
-
celecoxib in fap
Week 73 – Intermediate
-
diclofenac otc
Week 73 – Intermediate
-
mebeverine is used for
Week 73 – Intermediate
-
indomethacin for rheumatoid arthritis
Week 73 – Intermediate
-
dose of elavil for migraine
Week 73 – Intermediate
-
cilostazol mechanism
Week 73 – Intermediate
-
when should i take my imitrex
Week 73 – Intermediate
-
cost cheap pyridostigmine without insurance
Week 73 – Intermediate
-
amitriptyline trade name
Week 73 – Intermediate
-
mestinon e gravidez
Week 73 – Intermediate
-
dosificacion de meloxicam en perros
Week 73 – Intermediate
-
baclofen tabletten ohne rezept
Week 73 – Intermediate
Leave a Reply
You must be logged in to post a comment.