answersLogoWhite

0

the roman army was set up in rows

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

Are the groups of the periodic table set up in columns or rows?

The vertical columns in a periodic table are called Groups.


What are rows and columns in Excel called?

They are called gridlines. These are not to be confused with borders, which are the heavier lines that users can put in with different colours and styles. Gridlines are purely used to clearly show the columns and rows.They are called gridlines.


What does that mean matrix?

A matrix in mathematics is a rectangular array of quantities or expressions set out by rows and columns.


What displays information in rows and columns in science?

The general term is a matrix. But you may be asking about a specific set of information, such as the periodic table?


What clause returns only one copy of each set of duplicate rows selected?

Using the DISTINCT keyword in the SELECT clause ensures that only one copy of each set of duplicate rows selected is returned. This keyword filters out duplicate rows from the result set based on all selected columns.


What does array in mat?

In Mathematics, an array is an arrangement of quantities or symbols in rows and columns; a matrix. In Computing, an array is an indexed set of related elements.


How do you adjust width of multiple rows?

To Set Column Width:Select the number of columns to set their widthRight click the mouse on column headingsSelect Column WidthEnter the required widthPress OKTo Set Row Height:Select the number of rows to set their heightRight click the mouse on row headingsSelect Row HeightEnter the required heightPress OK


Explain selection union projection operation in DBMS?

Selection: Filters rows in a table based on a specified condition, creating a subset of rows that meet the criteria. Union: Combines the results of two or more SELECT statements into a single result set, removing duplicates. Projection: Selects specific columns from a table or result set, returning only the desired columns and discarding the rest.


A blank set-up of rows and columns in a spreadsheet for data to be entered?

This is not a question. Please ask again using words that make it clear what you want to know.


What is table in data base?

A Table is a set of data elements that are organized using a model of vertical columns and horizontal rows. Cell is the intersection of the column and row.


What is a systematic arrangement of data usually in rows and columns called?

In information technology / database technology this would be a data table. Conceptually, think of it as a spread sheet. Each row contains a set of columns. The values in the columns usually represent a single instantiation of a entity.


What does the SQL order by allow one to do?

The SQL order allows a result set with rows being sorted by the values of one or more columns. At the present time it is the only known way to sort the rows in the result. It will also prevent the database system fro returning the rows in any order.