Test Cases & Chat
Part 1
current
Test 1
input:Employees: find name + salary where employee_id = 2
expect:[["Bob","90000"]]
Test 2
input:Projects: filter by project_name = Beta
expect:[["Beta"]]
Test 3
input:Badges: return badge levels for owner_id = 10
expect:[["gold"],["silver"]]
Part 2
locked
Part 3
locked
Choose your coach
Pick a style and how you want to communicate
then
Loading...
OUTPUT
Run code to see output...
Part 1
current
Test 1
input:Employees: find name + salary where employee_id = 2
expect:[["Bob","90000"]]
Test 2
input:Projects: filter by project_name = Beta
expect:[["Beta"]]
Test 3
input:Badges: return badge levels for owner_id = 10
expect:[["gold"],["silver"]]
Part 2
locked
Part 3
locked
Choose your coach
Pick a style and how you want to communicate
then