Consider the database transactions \( T1 \) and \( T2 \), and data items \( X \) and \( Y \). Which of the schedule(s) is/are conflict serializable?

To check conflict serializability, we construct the precedence graph:
Step 1: Identify Conflicting OperationsAfter analyzing the given options, only Option (B) follows a conflict-equivalent serial schedule, making it conflict serializable. This means that by rearranging operations that do not conflict, the schedule in Option (B) can be made into a serial schedule without creating any inconsistency or dependency violations.
teams(tid, tname): tid and tname are team-id and team-name, respectively.
players(pid, pname, tid): pid, pname, and tid denote player-id, player-name, and the team-id of the player, respectively.
tname as 'MI'?
Consider the following relational schema: 
Which of the following options is/are correct SQL query/queries to retrieve the names of the students enrolled in course number (i.e., courseno) 1470?