relation
Data organized into columns and rows is called a table.
Data
A collection of data organized into columns and rows generally is called a TABLE.
Tables must be named as per the data it is supposed to hold. For example if you want to create a table in a database that is going to have employee information in it, you can name the table as tbl_employee_info
A visual display of data is called a chart, table or a graph.
A cell.
In database the data is stored in the form of a table. A table can be seen as some number of rows and columns. And the row of the database table is called a record .
When you do a data export, or create a table, move a table, move a file, ftp a file, etc., you need to specify in the command where the data will go. This is the "destination" disk. This disk will be a named object. My disks are called: $D001 $D002 So, my create table statement would include the disk specification in the statement: create table $D001.VOLUMENAME.TABLENAME field specs table attributes;
A visual display of data is called a chart, table or a graph.
The labels and data under them could be referred to as a table.
data table
View is a virtual table that do not have any data of its own but have data that is derived from another table called base table. Create view is the command used to create a view (virtual table).