
About this Course
This course is intended for serious computer hobbyists, IT students, and IT professionals.
The free online textbook for this course is Sams Teach
Yourself SQL® in 24 Hours, Third Edition. Read
the Introduction.
Indicates links that take you away from the Free-Ed.Net site. Use the links on these
offsite pages carefully, and use the Back function on your browser to return to the
assigments.
Join a Study Group
Learning experiences are always enhanced and enriched by
interacting with others in the same "class." Now you can join a virtual
classroom where you can share your experiences, answer questions, and find answers to your
own questions.
Go to the SQL study group
Online Study Aids
Common
SQL Commands
Glossary |
Lesson 18. Managing Database Users
In this lesson you will learn about:
- Types of users
- User management
- The user's place in the database
- The user versus the schema
- User sessions
- Altering a user's attributes
- User profiles
- Dropping users from the database
- Tools utilized by users
Note
The SQL standard refers to a database user identification
as an Authorization Identifier (authID). In most major implementations, authIDs
are referred to simply as users. This book refers to Authorization Identifiers as users,
database users, usernames, or database user accounts. The SQL standard states that the
Authorization Identifier is a name by which the system knows the database user.
-- From the introduction to Hour 18 of
your textbook |
Reading Assignments
Read the following sections from your free online textbook:
Users
Are the Reason
The
Management Process
Tools
Utilized by Database Users
-
Learning Activities
- Use this search box to refine and expand your understanding
of new terms and concepts in the reading assignments.
Read the Summary
of the lesson.
Test your understanding with the Q&A.
Visit the online Workshop.
- Return here after completing your Workshop session.
|
|