Is a Table like a bidimensional Array? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Is a Table like a bidimensional Array?

I am realizing now: Is a database table similar to a bidimensional Array? For example: Table [column][row] Table [column][0]=name of Column Table [0][row] = data corresponding 1st column

1st Jun 2017, 10:30 PM
Tiago Soares
Tiago Soares - avatar
2 Answers
+ 4
You're correct, they're similar in form yes. In fact, it would be better for you to picture it as a table, you'll be able to locate the elements better.
1st Jun 2017, 11:47 PM
Ghauth Christians
Ghauth Christians - avatar
0
No, It is bidimensional but unlike arrays it consists of heterogeneous values. It is more like a list of arrays.
2nd Jun 2017, 12:19 AM
Keshav Kumbham
Keshav Kumbham - avatar