Computer Science, asked by sunov1439, 11 months ago

How can you identify a column in a data table?(select all that apply.)using the row indexusing the column nameusing the row nameusing the column index

Answers

Answered by abhaysontakke88
0

Answer:

using the column name

Explanation:

Answered by smartbrainz
1

By using the Column name or Column index we can identify a column in a data table.

Explanation:

The DataTables has two underlying methods of addressing columns as a name or with a column index.

The Column name method gives the ability to set and get a column name and make the selection of columns direct as compared with using a number.

The Column index uses the internal indexes method which stores for rows and columns in DataTable for fast lookup and searching efficiently.

Similar questions