answersLogoWhite

0

What else can I help you with?

Related Questions

What is a way to organize data in columns?

Data organized into columns and rows is called a table.


A picture of information from a data table is called?

Data


What is it called when data is laid out in rows and columns?

A collection of data organized into columns and rows generally is called a TABLE.


How do you name a data 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


What is a display of data?

A visual display of data is called a chart, table or a graph.


Space for data in a table such as a spreadsheet called?

A cell.


A row of data in a database is called?

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 .


What is a destination disk?

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;


What is Visual display of data?

A visual display of data is called a chart, table or a graph.


What does Excel call a worksheet that contains contiguous rows and columns of data where the first row of each column serves as a label?

The labels and data under them could be referred to as a table.


What is an organized arrangement of information in labeled rows called?

data table


What is the different between a view and a create view?

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).