Answer
See the explanation
Work Step by Step
This command adds a new row to the Course relation.
Specifically, it inserts:
CName: 'Computer Concepts'
ID: 'CS342'
The updated Course Relation after insertion will be:
CName ID
Networks IT655
DataBase CS543
VLSI EC653
Computer Concepts CS342