DATABASE FUNDAMENTALS
BASICS OF BIG DATA
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Column
|
|
Row
|
|
Label
|
|
Headings
|
Detailed explanation-1: -Columns are identified by letters (A, B, C), while rows are identified by numbers (1, 2, 3).
Detailed explanation-2: -The column header is located above row 1 in the worksheet. The row heading or row header is the gray-colored column located to the left of column 1 in the worksheet containing the numbers (1, 2, 3, etc.) used to identify each row in the worksheet.
Detailed explanation-3: -Click anywhere in the table. Go to Table Tools > Design on the Ribbon. In the Table Style Options group, select the Header Row check box to hide or display the table headers.
Detailed explanation-4: -It is quite easy to figure out the row number or column number if you know a cell’s address. If the cell address is NK60, it shows the row number is 60; and you can get the column with the formula of =Column(NK60). Of course you can get the row number with formula of =Row(NK60).