Question

    Pick the odd one out.

    A Field Correct Answer Incorrect Answer
    B Row Correct Answer Incorrect Answer
    C Record Correct Answer Incorrect Answer
    D Tuple Correct Answer Incorrect Answer
    E None of these Correct Answer Incorrect Answer

    Solution

    In Relational database model, atableis a collection of data elements organised in terms of rows and columns. A table is also considered as a convenient representation ofrelations. But a table can have duplicate row of data while a truerelationcannot have duplicate data. Table is the most simplest form of data storage. A single entry in a table is called aTupleorRecordorRow. Atuplein a table represents a set of related data.

    Practice Next
    ×
    ×