July 2010
Intermediate to advanced
840 pages
16h 33m
English
The concept of a user session involves the user first connecting to the database. This is like dialing a phone number, but with a password, to get to the database. The Standard SQL syntax for this statement is:
CONNECT TO <connection target>
<connection target> ::=
<SQL-server name>
[AS <connection name>]
[USER <user name>]
| DEFAULTHowever, you will find many differences in various vendors’ SQL products and perhaps in operating system–level login procedures that have to be followed.
Once the connection is established, the user has access to all the parts of the database to which he has been granted privileges. During this session, he can execute zero or more transactions. As one user inserts, updates, and deletes rows in the ...
Read now
Unlock full access