Which of the following keywords will you use in the following query to display all the values of the column dept_name ?
SELECT ............... dept_name FROM Company;
All
Reason — The All keyword is used to display all values of the column.