Home » 
        MCQs » 
        SQLite MCQs
    
        
    What is TRUE about accessibility of SQLite?
    
    
    
    28. What is TRUE about accessibility of SQLite?
    
        - A number of third-party tools are available for accessing the SQLite database
 
        - There is a greater likelihood of recovering content from a SQLite database if it has been lost
 
        - Code is short-lived compared to data
 
        - All of the above
 
    
    Answer: D) All of the above
    Explanation:
    In case of accessibility of SQLite -
    
        - A number of third-party tools are available for accessing the SQLite database.
 
        - There is a greater likelihood of recovering content from a SQLite database if it has been lost.
 
        - Code is short-lived compared to data.