Previous Topic: Local Variables and Routine ParametersNext Topic: Beginning and Ending an SQL Session


SQL Sessions

An SQL session is a logical connection between the executing application and the DBMS. It begins when the application connects to a dictionary and ends when the application disconnects from the dictionary. The dictionary contains the definition of the data accessed using SQL.