To sort the result with respect to multiple columns, they must be separated using ____
To sort the result with respect to multiple columns, they must be separated using ____ Correct Answer ,
To sort according to multiple columns, column names must be separated using (,) operator. For example, to sort by two columns (column1 and column2), this syntax is used: SELECT * FROM TABLE_NAME ORDER BY column1, column2;
মোঃ আরিফুল ইসলাম
Feb 20, 2025