Question: Using JSON, Create a data table called $courseinfo which has information about courses. Each entry must have: The course code ( e . g .
Using JSON, Create a data table called $courseinfo which has information about courses. Each entry must have:
The course code egCSThe course name eg "Introduction to Computer Science"The course major eg "Computer Science"A possibly empty list of prerequisite coursees, given by course code.
Your table should have at least entries, and each data field in each entry should be labelled appropriately.
Use the JSONiq file coursedata.jq as a starting point. Write a JSONiq query which will:
Return a list of all of the Student IDs of Computer Science students. Use the format id: for each entry in the result.Return a list of all courses all $enrollment entries currently being taken by Computer Science students.Write a query which returns true iff every course in the CS courses list is being taken by some Computer Science student
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
