answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What does the data table depicts between two or more?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

A data table depicts the relationship between two or more?

between two or more varibles


What is the difference between a data table and a ratio table?

A ratio table is more like a pattern, where a data table has graphs.


What is the difference between a ratio table and a data table?

A ratio table is more like a pattern, where a data table has graphs.


What is the difference between projecting and joining?

projecting: manipulating data to eliminate columns in a table. Joining: manipulating data to combine two or more tables.


What is the need of rdbms?

A DBMS stores data in a table where the entries are filed under a specific category and are properly indexed. This allowed programmers to have a lot more structure when saving or retrieving data. A relational database contains data in more than one table. Each table contains a database that is then linked to other tables with respect to their relationships. Read more: Difference Between DBMS and RDMS | Difference Between | DBMS vs RDMS http://www.differencebetween.net/technology/difference-between-dbms-and-rdms/#ixzz1eJUZkRgz


What is the difference between standard normal distribution table and the t distribution table?

standard normal is for a lot of data, a t distribution is more appropriate for smaller samples, extrapolating to a larger set.


How can a table be more informative than the graph with the same data?

A graph can be more useful for making presentations because it is more visual, and it can be easier to recognize a pattern in a graph for the same reason. However, a graph doesn't have any more data than a table with the same data.


How is a graph similar to a data table?

A graph is similar to a data table in that they both present the data. A difference is that the graph is more of a visual representation. Often, trends in the data are easy to recognize in the visual representation of the graph.


How can a graph of data be more imformative than a table of the same data?

it is easier to read and is more recognizable and it is easier to keep organized


Why it is more useful to draw a graph then a table?

Though a table contains the data, it needs to be studied carefully. A graph, on the other hand, is an easier way to graphically show the same data, but in a more visually way.


Can a field in a table have more than one data type?

No it can only have one


What is the Difference between view and index in sql?

In SQL, a view is a virtual table based on the result set of a SQL statement, which can be queried like a table. An index is a data structure that improves the speed of data retrieval by providing quick access to the rows in a table based on the indexed column(s). Views are used to simplify query complexity, while indexes are used to optimize data retrieval performance.