Looking for SY Common ISE ODD 25-26 test answers and solutions? Browse our comprehensive collection of verified answers for SY Common ISE ODD 25-26 at moodle.spit.ac.in.
Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!
If X = P(A ∪ B) and Y = P(B ∪ C), which of the following is true?
In Relational Algebra, the Union operation requires:
SPIT system wants to make Registration number of students a kind of key in the
ENROLLED relation such that Registration number cannot have any duplicate entry or a null
value but other relations may be connected to ENROLLED relation through this attribute.
Which type of key is the attribute Registration number?
In Two-Phase Locking, during which phase can a transaction release locks but not acquire new ones?
Consider the following query:
π Name (σ Dept='CSE' (Student))
This represents which SQL query?
Consider the following relation and SQL query
Tables:EMPLOYEE(EmpID, Name, DeptID, Salary)DEPARTMENT(DeptID, DeptName)
SQL Query:
SELECT e.Name
FROM EMPLOYEE e
WHERE Salary > (
SELECT AVG(Salary)
FROM EMPLOYEE
WHERE DeptID = e.DeptID
);
What does this query return?
Consider the following relation: Shipment (BoxNo, DeliveryAdd, Date, Payment) with the
following functional dependencies:
FD1: BoxNo ! DeliveryAdd
FD2: fDate, DeliveryAddg ! Payment
According to the rule of pseudo-transitivity, which of the following functional dependencies
can be derived?
a) DeliveryAdd -> Payment
b) fBoxNo, Dateg -> Payment
c) fBoxNo, DeliveryAddg -> Payment
d) fBoxNog -> Payment