SQL is preferred over graphical modeling?
False, graphical modeling should be used whenever possible
What’s the difference between DDL, DML, DCL?
DDL is the language for creating and maintaining database objects
DML is the language to create and maintain data
DCL is the language to control data access
Where is SQL console launched from?
WEB IDE
What are two ways of adding comments in the SQL console?
-- (everything after the double hyphen /* everything between /* and */ is a comment */
What does the SOME comparison predicate do?
I have no idea?
Is DAYS_BETWEEN a valid command in open SQL
I don’t know?
Which of the following can be used in open sql?
ADD_DAYS, ADD_MONTHS, ADD_YEARS, DAYNAME
I don’t now