answersLogoWhite

0


Best Answer

Two dimensional arrays.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What data structure should be used to make tables?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is a project data book?

A project data book is your most treasured piece of work. accurate and detailed notes make a logical and winning project. good notes show consistency and thoroughness to the judges and will help you when writing your research paper. Data tables ate also helpful. they may be a little 'messy' but be sure the quantitative data recorded is accurate and that units are included in the data tables. make sure you data each entry.


What is the difference between a data type and a data structure?

Data type can be regarded as data structure because we can define our own data type by using typed function. Data types are the category in which the variable are listed to hold the specific value and data structures are the way in which the values and variables are stored in the memory. The use of a data type called structures allows a collection of values possibly of different types to be treated as a single item. Each data structure is built up from the basic data types of the underlying programming language using the available data structuring facilities, such as arrays & pointers


What is difference between pointer and structures?

pointer data type that carry address:of data type that has no name but both of them must have same data type. structures you can make your own data type: struct name put any data type you wants any functions.


What do you mean by data structure and briefly explain any two data structures important for computing algorithm?

In computer science, a data structure is a particular way of storing and organizing data in a computer so that it can be used efficiently.[1][2] Different kinds of data structures are suited to different kinds of applications, and some are highly specialized to specific tasks. For example, B-trees are particularly well-suited for implementation of databases, while compiler implementations usually use hash tables to look up identifiers. Data structures are used in almost every program or software system. Specific data structures are essential ingredients of many efficient algorithms, and make possible the management of huge amounts of data, such as large databases and internet indexing services. Some formal design methods and programming languages emphasize data structures, rather than algorithms, as the key organizing factor in software design


Importance of data structure?

Data structure is important since it dictates the types of operations we can perform on the data and how efficiently they can be carried out. It also dictates how dynamic we can be in dealing with our data; for example it dictates if we can add additional data on the fly or if we need to know about all of the data up front. We determine which data structures to use to store our data only after we've carefully analyzed the problem and know at least what it is we hope to do with the data; for example if we'll require random access, or sequential access, or the ability to move both forward and backward through the data.

Related questions

How do you put together data in a science experiment?

Data should be presented in numbered and labelled tables and graphs. Make sure you include units in the column headings of the tables and on the axes of the graph.


Should graphs or data tables be completed in ink?

No they shouldn't be in case you make a mistake or smudge it or go wrong.


What is the main reason for using a data table to collect data?

Data tables help you keep information organized. If you're collecting data from work, school, an experiment, or scientific research, saving it in a data table will make it easier to look up later. Data tables can also help you make graphs and other charts based on your information.


A type of query that retires data from one or more tables and make it available to use in the formatof a data sheet is?

Select Query.


How do physicists make their work easier by summarizing data in tables and graphs and by abbreviating quantities in equations?

So that you can find patterns in the data.


What is one benefit of dividing data into tables?

Dividing them into tables will make it more organized and better or simpler to understand when you need to compare or interpret something.


What is a project data book?

A project data book is your most treasured piece of work. accurate and detailed notes make a logical and winning project. good notes show consistency and thoroughness to the judges and will help you when writing your research paper. Data tables ate also helpful. they may be a little 'messy' but be sure the quantitative data recorded is accurate and that units are included in the data tables. make sure you data each entry.


What is a book project?

A project data book is your most treasured piece of work. accurate and detailed notes make a logical and winning project. good notes show consistency and thoroughness to the judges and will help you when writing your research paper. Data tables ate also helpful. they may be a little 'messy' but be sure the quantitative data recorded is accurate and that units are included in the data tables. make sure you data each entry.


What could be used in stead of a table to enter records?

Data is stored in tables, there is nothing better to hold the data. Instead of entering data directly on a table, it is better to use a form which can give you more control through data validation to help make sure accurrate data is stored. You can also use code behind the forms to perform calculations and enter data on multiple tables.


What you can use inbuilt feature in MS Access to create tables?

You can use the Create Table Wizard, a Make Table Query or a Data Definition Query as ways that are built into Access to create tables.


What is a record in the database?

In the structure of a database, the part consisting of several uniquely named components called data fields. Several data records make up a data file, and several data files make up a database.


What is referential?

Referential Integrity is a set of rules that a DBMS (Database management system) follows to ensure that there are matching values in the common field used to create the relationship between related tables and that protects the data in related tables to make sure that data is not accidentally deleted or changed.