Courses
Courses for Kids
Free study material
Offline Centres
More
Store Icon
Store
seo-qna
SearchIcon
banner

What are the characteristics of a table?

Answer
VerifiedVerified
564.3k+ views
Hint: The characteristics of a table encapsulate the definition of table firstly then what are the properties of a table. We are also going to write the uses of tables.

Complete step-by-step solution:
A table is perceived as a two-dimensional array in which rows are constructed using horizontal lines and columns are constructed as vertical lines.
A table is also called a relation. This is due to the fact that the relational model’s creator, E.F. Codd who used the relation as a synonym for the table.
Each row (tuple) in the table represents an occurrence of a single entity within that entity set whereas each column in the table represents an attribute. Each column has a distinct name.
The intersection of the row and column represents a single data value. There is a specific range of values in each column and it is known as the attribute domain.
There is a certain property of the tables that each table must have an attribute or a combination of attributes that uniquely identifies each row.
Tables are very useful in sorting data and getting meaningful insights from the data. Using tables, we can plot the relation between two entities. The plotting of the points will give us a trend which will be helpful in analyzing the problems and also make us come to concrete results.

Note: One more thing to be noted is that if we have unorganized data then tables are very useful in cleaning the data and tabulating the data in a certain way can make our raw and unorganized data organized and clear. Generally, students get confused with the difference between rows and columns. The confusion is that either horizontal lines are rows or vertical lines are rows. A similar confusion is seen with columns also. Make sure you will clearly know whether the row lies in horizontal and the columns lie in the vertical position.