Question

    In DBMS, which scheduling method ensures serializability

    of transactions?
    A FCFS (First-Come-First-Served) Correct Answer Incorrect Answer
    B Timestamp ordering Correct Answer Incorrect Answer
    C Round Robin Correct Answer Incorrect Answer
    D Priority scheduling Correct Answer Incorrect Answer
    E Random scheduling Correct Answer Incorrect Answer

    Solution

    Timestamp-based scheduling orders transactions using timestamps to maintain serializability and prevent conflicts.

    Practice Next
    More IT DBMS Questions
    ask-question