Question: Explain each step properly . Run it in colab Using JSON, Create a data table called $courseinfo which has information about courses. Each entry must

Explain each step properly .Run it in colab Using JSON, Create a data table called $courseinfo which has information about courses. Each entry must have:
The course code (e.g."CS101").The course name (e.g. "Introduction to Computer Science").The course major (e.g. "Computer Science").A (possibly empty) list of prerequisite coursees, given by course code.
Your table should have at least 5 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": 123} 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 blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!