List the comments on the columns for the STUDENT table along with their column names.

What will be an ideal response?

```SELECT column_name, comments
FROM all_col_comments
WHERE table_name = 'STUDENT'
AND owner = 'STUDENT'```

Computer Science & Information Technology

You might also like to view...

In most current systems, ________ is the type of RAM used

A) DRAM B) SDRAM C) DDR2 D) DDR3

Computer Science & Information Technology

The Add New Source button is found in the ________ group

Fill in the blank(s) with correct word

Computer Science & Information Technology