Consider the following relational database schema: EMP (eno name, age) PROJ (pno name) INVOLVED (eno, pno) EMP contains information about employees. PROJ about projects and INVOLVED […]
Which of the following requirement specifications can be validated? (S1) If the system fails during any operation, there should not be any loss of data (S2) […]