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

    Question 1: Tables in RDBMS - Structure

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

    Question 2: Rows in RDBMS - Definition

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

    Question 3: Columns in RDBMS - Definition

    In relational databases, a column is also known as:

    Question 4: Table Structure in RDBMS

    Which of the following best describes a table in RDBMS?

    Question 5: Uniqueness in Rows - RDBMS

    What ensures that each row in a table is unique?

    Question 6: Column Domain in RDBMS

    Each column in a table has an associated:

    Question 7: Table Example in RDBMS

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

    Question 8: Relationship Between Tables - RDBMS

    How do tables in a relational database establish relationships?

    Question 9: Column Constraints - RDBMS

    Which constraint ensures that a column cannot have NULL values?

    Question 10: Table Schema - RDBMS

    What does the schema of a table define?