Team EasyExamNotes
Data Link Layer
Data link layer is the second layer in OSI model. As shown in image: As seen in the image above, the data link layer uses … Read more
Introduction to Concurrency control
Concurrency control is the procedure in DBMS for managing simultaneous operations without conflicting with each another. Concurrent access is quite easy if all users are … Read more
Oracle cursor
What is Cursor ? Cursor is a pointer in memory area called context area. What is context area ? Context area is a memory area … Read more
SQL Functions
Five Important aggregate functions are SUM, AVG, MIN, MAX and COUNT. They are called aggregate functions because they summarize the results of a query, rather … Read more
OODBMS vs RDBMS
OODBMS RDBMS Stores data and methods Stores only data Main objective data encapsulation and data independence Main objective data independence Classes can be reorganized without … Read more
Serializability
What is Serializability ? Serializability is the concurrency scheme. Serializability ensures that a schedule for executing concurrent transactions is equivalent to one that executes the … Read more