Question: Is the following SQL statement syntactically correct for execution in PostgreSQL 9.4? (HINT: Feel free to test it) CREATE contacts_table c_id SERIAL PRIMARY KEY, fname

Is the following SQL statement syntactically correct for execution in PostgreSQL 9.4? (HINT: Feel free to test it) CREATE contacts_table c_id SERIAL PRIMARY KEY, fname varchar(15), Iname varchar(15) ); Select one: O True O False
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
