6. You are working on a PostgreSQL 10 database. Evaluate the following statement.
DROP TABLE EMP;
which three statements are true for the above SQL command?
- You cannot rollback this statement.
- All pending transactions are committed.
- All views based on the emp table are deleted.
- All indexes based on the emp table are dropped.
- All data in the table is deleted along with the table structure.
- All the data in the table is deleted but the structure is retained.
- RESTRICT option can delete the records in a table but the structure is retained.
Keep watching this space for more questions, questions will be coming up on #QuestionADay Series
PostgreSQL 13 Beta 1 has been released for testing. Click here to know its features.
Hi, I would like to give the PostgreSQL Associate Exam then Professional certification. Could you please guide me from where and which training I should do before to prepare for all the exams topics according to syllabus. Thanks.