answersLogoWhite

0

Periods.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is each row called in a database?

In database the data is stored in tables called database tables. These tables have rows and columns. Each row is called a tuple.


Most modern periodic tables arrange elements by atomic number into seven horizontal rows called?

The horizontal rows are called periods, there are 7. The vertical rows are groups and there are 18.


What are the lines that divide columns and rows in tables called?

Groups


What are the horizontal groups of the periodic tables called?

the horizontal rows (not groups) are known as periods.


The rows in the tables are called?

Periods


What represents data in the form of rows and tables?

tables


Students are setting up 16 tables in equal rows for the school craft showIn what different ways could the tables be arranged?

You could have 16 rows of 1 table each; or from another direction that would be 1 row of 16 tables. Or 2 rows of 8 tables each; or from another direction that would be 8 rows of two tables each. Or 4 rows of 4 tables each; which would be the same from each direction.


What are The rows in the access tables called?

The formal name for a row is a tuple.


What is a grid of rows and columns called?

It can be called a table. In the context of applications software, you could also say a spreadsheet.


Tables have records which are columns and fields which are rows?

No. In a database table the records are in rows and the fields are in columns.


What basic clause in an SQL statement is used to retrieve rows and columns from tables?

The SELECT clause is used to retrieve rows and columns from tables. Ex: Select * from employee


Feature of rdbms?

It stores data in tables. Tables have rows and column. These tables are created using SQL. And data from these tables are also retrieved using SQL