Choose the three types of aggregations you can apply on a column.
Correct Answer: A,C,D
1Z0-770 Exam Question 52
Which two statements are true about the generated SQL?
Correct Answer: A,C
Explanation The generated SQL script creates two tables: DEPARTMENTS and EMPLOYEES, with the specified columns and data types. It does not insert any data into the tables, nor does it create any primary or foreign keys. The script only creates the tables and their columns. References: Creating a Desktop Database Application and Using SQL Workshop