Amrendra Patel has Published 36 Articles

Database Languages and Interface

Amrendra Patel

Amrendra Patel

Updated on 14-Jul-2023 15:29:55

4K+ Views

Database Languages Database languages are used to read, store and update the data in the database. Specific languages are used to perform various operations of the database. Types of Database Languages DDL(Data Definition Language) Data Definition Language(DDL) is used for describing structures or patterns and its relationship in ... Read More

DML(Data Manipulation Language)

Amrendra Patel

Amrendra Patel

Updated on 14-Jul-2023 15:22:16

522 Views

It refers to a language that is used to insert, delete and update data in a database. It is used for the manipulation of data in the database.DCL is used together with DML because the changes made by dml wouldn't be saved permanently and have a chance of rolling back. ... Read More

Data Manipulation in Cassandra

Amrendra Patel

Amrendra Patel

Updated on 14-Jul-2023 15:17:28

81 Views

Data manipulation is the handling of data in a database server. The data is handled and manipulated by using different types of commands which are present in a query. It helps us perform different types of operations on databases. There are four data manipulation commands. Insert It is ... Read More

Data Management Issue in Mobile Database

Amrendra Patel

Amrendra Patel

Updated on 14-Jul-2023 15:13:35

408 Views

Data management that allows to access data from devices is the main problem. The mobile database allows applications to access data from devices even when on the move. It is a database that connects devices over a wireless network. Here, the client and server have a wireless connection. The wired ... Read More

Cursors in DBMS

Amrendra Patel

Amrendra Patel

Updated on 14-Jul-2023 14:53:42

3K+ Views

A temporary work area known as a cursor is established in the system memory whenever DML statements are performed. Although a cursor may contain many rows, processing−wise, only one row is taken into consideration. Cursors are very helpful to the kind of DBMSs like Oracle, Mysql, SQL servers, etc. A ... Read More

Distributed Catalogue Management

Amrendra Patel

Amrendra Patel

Updated on 14-Jul-2023 14:42:08

703 Views

Catalogs are referred to as database systems that contain information about objects present in the database itself or the database itself that contains metadata of a distributed database. Catalog management is to be handled effectively as it will affect the performance of site autonomy, view management, and data distribution and ... Read More

Distributed Consensus in Distributed System

Amrendra Patel

Amrendra Patel

Updated on 14-Jul-2023 14:03:21

2K+ Views

Distributed Consensus Distributed consensus plays a vital role in decentralized systems, ensuring reliability, fault tolerance, and agreement among multiple parties. Distributed consensus occurs when multiple parties try to accept some values, which is difficult as agreeing is not easy. The complexity to achieve consensus increases as an increase in the ... Read More

Distributed Database Architecture

Amrendra Patel

Amrendra Patel

Updated on 14-Jul-2023 13:49:54

8K+ Views

The transfer of data for storage at various computers or locations connected over a network is known as a distributed database. It may alternatively be described as a database that gathers information from several databases using independent computers linked by data communication connections. Compared to centralized database systems, ... Read More

Document Database in NOSQL

Amrendra Patel

Amrendra Patel

Updated on 14-Jul-2023 13:27:09

474 Views

A document is a record in a document−based database that contains data on an item and any associated metadata. Field−value pairs form documents that can include a variety of data types like characters, integers, dates, arrays, and objects. They are commonly saved in XML, JSON, or BSON formats. Data retrieval ... Read More

Domain Relational Calculus in DBMS

Amrendra Patel

Amrendra Patel

Updated on 14-Jul-2023 12:11:04

3K+ Views

Database management systems (DBMS) employ the non−procedural query language known as Domain Relational Calculus (DRC). DRC focuses simply on what data to collect without outlining the techniques for retrieval, as opposed to Relational Algebra, which provides methods and procedures for fetching data. It offers a declarative method of database querying. ... Read More

Advertisements