LoslegenKostenlos loslegen

Creating a new user

The Small Business Association (SBA) database (sba) is now live after many weeks of design and development effort. Your supervisor has asked you to create a new user account for this database to be used by a new hire, Sandra Gold, on the software development team.

Diese Übung ist Teil des Kurses

Creating PostgreSQL Databases

Kurs anzeigen

Anleitung zur Übung

  • Create a new user account for Sandra with the name sgold and password changeme.

Interaktive Übung

Versuche dich an dieser Übung, indem du diesen Beispielcode vervollständigst.

-- Create sgold with a temporary password
___ ___ ___ ___ ___ '___';
Code bearbeiten und ausführen