Answers for "tuple database"

4

what is a tuple in database

In a relational database, a tuple is a record (one row).

Example:
Schema -> [studentID] [name] [birthday]
Tuple  -> (1738, Joeseph, 1999-10-23)
Posted by: Guest on August-31-2021

Browse Popular Code Answers by Language