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
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
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
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
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 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
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