Question: A table named 'app_users' has been created in a postgreSQL using the following SQL statement: CREATE TABLE app_users user_id INTEGER PRIMARY KEY, email VARCHAR (50),

 A table named 'app_users' has been created in a postgreSQL using

A table named 'app_users' has been created in a postgreSQL using the following SQL statement: CREATE TABLE app_users user_id INTEGER PRIMARY KEY, email VARCHAR (50), acct_status INTEGER D; Which of the following insert statements will successfully create a row of data in the table? (there is currently no data in the table) Select one: O a. SELECT TO app_users VALUES(5, mail@mailinator.com,6); Ob. INSERT INTO app_users VALUES(1, 'mail@mailinator.com',6); O c. INSERT INTO app_users VALUES(acc156b, mail@mailinator.com,6); O d. INSERT INTO app_users(email, acct_status) VALUES(mail@mailinator.com, 12)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!