As per above options, option A is correct that is “Null values are displayed last in the ascending sequences”.In SQL whereever we are using order by then in the starting we are going to get the null values.
Option B is wrong because data is sorted in ascending order by default
Option C is wrong because we can use alias in order by clause
Option D is wrong because we cannot sort the columns that are not in select command
Option E is wrong because results will come in normal order