what represents a row in a relational database?

what represents a row in a relational database? Correct Answer tuple

In the context of a relational database, a row—also called a tuple—represents a single, implicitly structured data item in a table. In simple terms, a database table can be thought of as consisting of rows and columns.

Related Questions