what is tuples?? Explain in your own words
Answers
Answered by
2
A table has rows and columns, where rows represents records and columns represent the attributes. Tuple − A single row of a table, which contains a single record for that relation is called a tuple.✔
Answered by
1
Answer:
tuple is a lightweight data structure that has a specific number and sequence of values. When you instantiate the tuple, you define the number and the data type of each value (or element). For example, a 2-tuple (or pair) has two elements
Hope this helped you
Similar questions