PostgreSQL_CE
PGCES-02 · Question #71
Select a correct SQL command to change existing user "george"'s password to "foobar".
The correct answer is A. ALTER USERgeorge WITH PASSWORD 'foobar'. See the full explanation below for the reasoning.
Question
Select a correct SQL command to change existing user "george"'s password to "foobar".
Options
- AALTER USERgeorge WITH PASSWORD 'foobar';
- BALTER USERgeorge CHANGE PASSWORD 'foobar';
- CALTER USERgeorge SET PASSWORD 'foobar';
- DSET USERgeorge PASSWORD TO 'foobar';
- ESET USERgeorge ALTER PASSWORD 'foobar';
How the community answered
(32 responses)- A78% (25)
- B6% (2)
- C3% (1)
- D9% (3)
- E3% (1)
Community Discussion
No community discussion yet for this question.