You want to create a cursor that will SELECT the "customer" table. The created cursor must be able to move in any direction and reference data even after the end of the transaction. Select one answer containing the correct keyword(s) to fill in the underlined blank below. DECLARE cursor1 __________ FOR SELECT * FROM customer;
Select two correct statements about the command shown below.
Note: $ is the command prompt. $ dropdb -U foo foodb
What does the following command do? Choose the most appropriate statement from the selection below.
Note: $ is the command prompt.
$ pg_dump postgres > pgsql
Select two commands used to check the syntax of the ALTER TABLE statement in psql.