answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How many records and columns to store in MySQL database table and how many tables we can create?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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 software can be used to create the database tables fields and records?

Database management software


Is it true a word table consist of rows and columns?

Yes. Tables in general are made up of rows and columns. If it is a database table it can be said to be made up of records which are rows and fields which are columns.


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.


Space inside a database is organized into WHAT and WHAT?

tables and columns


What is a database that stores data in tables that consist of rows and columns?

A relational database.


In a database which consists of vertical columns and horizontal rows?

Columns are always vertical and rows are always horizontal. Together they form a table, and are known as tables in databases. They store data, with fields in columns and records in rows.


What are the Building blocks of a database?

Every database should contains values/datas represented in records(rows) and fields(columns). And records and fields stored in a table. So the main building blocks of a database is Table.


Database is a collection of related records?

YES, Database is a collection of related records.


A group of related records in a database?

tables


What those database comprise?

Database comprises of records that are related to each other. In database the data is stored in the form of tables, are called database tables .


Which type of database stores data in tables that consist of rows and columns?

Relational database stores data in tables that consist of rows and columns. Each row represents a record and each column represents a field within that record. Relationships between tables are established through keys.