CREATE TABLE timestamp_demo ( ts TIMESTAMP, tstz TIMESTAMPTZ ); Code language: SQL (Structured Query Language) (sql)