Define Tuple In Computer
Answers
Answered by
3
Tuple is a data structure consisting of multiple parts.
Answered by
1
Answer:
Tuple - Computer Definition
(1) In a relational database, a tuple is one record (one row). See record and relational database.
(2) A set of values passed from one programming language to another application program or to a system program such as the operating system. Typically separated by commas, the values may be parameters for a function call or a set of data values for a database. See function.
Similar questions