Computer Science, asked by samriddhiyadav717, 5 months ago

Differentiate between tuples and attributes of a table?​

Answers

Answered by Adityaboy
6

Answer: An attribute is a name paired with a domain (nowadays more commonly referred to as a type or data type). An attribute value is an attribute name paired with an element of that attribute's domain, and a tuple is a set of attribute values in which no two distinct elements have the same name.    

:)

Answered by seelamahit912
4

Answer

  • A table column is referred to as a field.Tuple is another name for record. Attribute is another name for field.
  • A relation is a subset of the Cartesian product of a list of domains characterized by a name, often known as a table or file.
  • Each row in a table indicates a collection of connected data values.

        A tuple is another term for a row or record.

  • A field is also known as an attribute and refers to the columns in a table.
  • In a table, a row (also known as a record or tuple) represents a single, implicitly organized data item.

#SPJ2

Similar questions