Question 278 The software _________ of a program or a computing system is the structure or structures of the system, which comprise software components, the externally […]
Question 510 (i) DML includes a query language based on both relation algebra and tuple calculus (ii) DML includes a query language based on tuple calculus […]
Question 484 Consider the query : SELECT student_name FROM students WHERE class_name=(SELECT class_name FROM students WHERE math_marks=100); what will be the output ? A the list […]