Draw This - beginner
Draw a simple table with 3 columns labeled 'Name', 'Age', and 'City', and 4 rows of data. Fill the rows with example data such as: Alice, 30, New York; Bob, 25, London; Carol, 28, Paris; Dave, 22, Tokyo.
Jump into concepts and practice - no test required
Draw a simple table with 3 columns labeled 'Name', 'Age', and 'City', and 4 rows of data. Fill the rows with example data such as: Alice, 30, New York; Bob, 25, London; Carol, 28, Paris; Dave, 22, Tokyo.
+-------+-----+----------+ | Name | Age | City | +-------+-----+----------+ | Alice | 30 | New York | | Bob | 25 | London | | Carol | 28 | Paris | | Dave | 22 | Tokyo | +-------+-----+----------+
This table has 3 columns: Name, Age, and City. Each column label is at the top. There are 4 rows below the header row, each with data for one person. Rows run horizontally, so each row shows all the data for one person. Columns run vertically, so each column shows the same type of data for all people.
Think of the table like a spreadsheet or a grid where columns are categories and rows are records.
row in a table represent?column in a table?| ID | Name | Age |
|---|---|---|
| 1 | Alice | 30 |
| 2 | Bob | 25 |
| 3 | Charlie | 35 |
Product, Price, and Quantity. How would you calculate the total value of all products using rows and columns?