I have one question which I was asked in an SQL developer Interview:
Question – In a table/column we have 1,2,3,4,null values/rows. If we do a select * from the table, what position NULL will take in the output result.
Please can somebody explain me the output.
2