1. Learn
  2. /
  3. Courses
  4. /
  5. Creating PostgreSQL Databases

Connected

Exercise

Name that table

Like all named objects in PostgreSQL, table names have certain restrictions as discussed in the previous lecture. To avoid issues when creating new tables, you should recognize which naming conventions are not allowed.

Instructions

100 XP
  • Delete the CREATE TABLE commands below which contain invalid table names.