Amrendra Patel has Published 36 Articles

Double Buffering

Amrendra Patel

Amrendra Patel

Updated on 14-Jul-2023 12:06:27

578 Views

Double buffering is essential for improving user experience and performance. This method is extensively used to reduce delays, increase performance, and enable smooth multitasking in database management systems, streaming media applications, and graphics rendering. In order to optimise data transit and processing, double buffering is used which is a ... Read More

Drop Schema in SQL Server

Amrendra Patel

Amrendra Patel

Updated on 13-Jul-2023 18:59:15

723 Views

A schema is a logical structure that stores database objects in SQL Server. It offers a method for classifying and organizing database items including tables, views, and processes. There could be instances where you need to delete a schema from your database. The SQL Server DROP SCHEMA command is useful ... Read More

Economic Factors(Choices of DBMS)

Amrendra Patel

Amrendra Patel

Updated on 13-Jul-2023 18:40:17

215 Views

Making the best option for the organisation's Database Management System (DBMS) is crucial since it may have a big influence on the business's operations and financial resources. When choosing a DBMS, a number of variables come into play, including technical concerns, organisational politics, and economic issues. We may make an ... Read More

Encapsulation of Operations and Persistence of Objects

Amrendra Patel

Amrendra Patel

Updated on 13-Jul-2023 17:23:41

525 Views

Encapsulation of Operations Encapsulation of operations refers to the behavior of objects in object−oriented database systems(ODBS)through the responsibilities that can be carried out. Objects can be created, changed, retrieved, or deleted by the use of encapsulation of operations. Customers simply receive knowledge of the operations like interface or signature and ... Read More

Embedded SQL in DBMS

Amrendra Patel

Amrendra Patel

Updated on 13-Jul-2023 17:14:46

11K+ Views

Embedded SQL is a powerful method that allows the integration of high−level programming languages with database management systems (DBMS). It acts as a bridge between applications and databases which helps in data manipulation and communication. Various database management systems offer embedded SQL, giving developers the freedom to select the one ... Read More

Data Fragmentation, Replication, and Allocation Techniques for Distributed Database

Amrendra Patel

Amrendra Patel

Updated on 13-Jul-2023 12:46:39

8K+ Views

Data Fragmentation The process of dividing the database into smaller multiple parts or sub−tables is called fragmentation. The smaller parts or sub−tables are called fragments and are stored at different locations. Data fragmentation should be done in a way that the reconstruction of the original parent database from the fragments ... Read More

Advertisements