Home » 
        MCQs » 
        SQLite MCQs
    
        
    What does .indices ?table? command do?
    
    
    
    55. What does .indices ?table? command do?
    
        - It shows the name of all indices
 
        - It changes the name of all indices
 
        - It adds the name of new indices
 
        - It deletes the name of indices
 
    
    Answer: A) It shows the name of all indices
    Explanation:
    The .indices ?table? command shows the name of all indices.