answersLogoWhite

0

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 .

User Avatar

Wiki User

10y 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.


What is the row in a database?

In a database, a row is a single record or entry that contains information organized in fields or columns. Each row represents a unique set of data related to a specific entity or object in the database tables.


What is a row in a database called?

A database is said to be a collection of records and the data is stored in the table. A table consist of number of rows and columns. Row in the database table is known as a record .


What is the use of rows in worksheet?

Rows are for storing data. Excel is not technically a database, but often a set of data in a row is like a record in a database, with a related set of data all being in the one row.


How do you get data from database when you pick up item from database list?

Here is a simple method for connecting to your MySql database and outputting some data. <?php #Connect to MySQL database $db=mysql_connect("localhost","YourDatabaseUserName","YourDatabasePassword"); mysql_select_db("YourDatabaseName",$db) or die ("cant change"); #Select data from database table called customers. $result = mysql_query("select * from customers Order By LastName, FirstName",$db); while ($row = mysql_fetch_array($result)) { $FirstName = $row["FirstName"]; $LastName = $row["LastName"]; echo "$LastName, $FirstName"; ?><br><? } ?>


What is the alternative to using a database row in a system architecture?

An alternative to using a database row in a system architecture is to store data in a different format or structure, such as using a NoSQL database, key-value store, or a different data storage method altogether.


What does the term record mean in database?

A record is equivalent to a row in a database, a collection of fields that are associated.


What is the repetition of data in a database called?

its called data redundancy.


In a relational database each row is called what?

In a relational database, each row is called a record. It represents a single entity or object, with each column containing specific attributes or properties of that entity. The combination of rows and columns form a table which allows for structured data storage and retrieval.


What is a data base record?

A database record is a row of data. The row contains fields that are arranged in columns. Each field contains a single piece of information.


What is data base record?

A database record is a row of data. The row contains fields that are arranged in columns. Each field contains a single piece of information.


What is the first row of the excel database that contains field names called?

heading row