Home » 
        MCQs » 
        SQL MCQs » 
        SQL Statements and Clauses MCQs
    
        
    By default, sorting by ORDER BY clause is done in which order?
    
    
    
    21. By default, sorting by ORDER BY clause is done in which order?
    
        - Ascending
 
        - Descending
 
    
    Answer: A) Ascending
    Explanation:
    By default, sorting by ORDER BY clause is done in ascending order.