Tables, Rows, and Columns – Structure of relational databases.

    Question 1Tables in RDBMS - Structure

    In a relational database, a table is also known as:

    Question 2Rows in RDBMS - Definition

    What is another term used for a row in a relational table?

    Question 3Columns in RDBMS - Definition

    In relational databases, a column is also known as:

    Question 4Table Structure in RDBMS

    Which of the following best describes a table in RDBMS?

    Question 5Uniqueness in Rows - RDBMS

    What ensures that each row in a table is unique?

    Question 6Column Domain in RDBMS

    Each column in a table has an associated:

    Question 7Table Example in RDBMS

    If a table Students has columns (ID, Name, Age), then Name represents:

    Question 8Relationship Between Tables - RDBMS

    How do tables in a relational database establish relationships?

    Question 9Column Constraints - RDBMS

    Which constraint ensures that a column cannot have NULL values?

    Question 10Table Schema - RDBMS

    What does the schema of a table define?