what’s a tuple in dbms

tags: learning database

content

  • a tuple in a dbms is simply a row in the table
    • more formally: a tuple is a single entry in a relation
    • (a relation is just a table)
  • it’s an ordered set of values

up

down

reference