Question 9:
SQLite differs from commercial relational database systems in terms of features as it does not support a number of features supported by commercial relational database systems. Which of the following statement(s) is/are true about SQLite?
Answer options:
A.SQLite also assigns a type to the columns like most relational database systems. B.SQLite supports all – LEFT OUTERJOIN, RIGHT OUTERJOIN and FULL OUTERJOIN. C.SQLite supports no type of OUTERJOIN. D.SQLite supports only LEFT OUTERJOIN, not RIGHT OUTERJOIN or FULL OUTERJOIN. E.You can’t create views in SQLite