
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Amrendra Patel has Published 36 Articles

Amrendra Patel
165 Views
Data WarehouseA data warehouse is a type of data management system which help perform activities such as business analysis and support business intelligence. A large amount of data set is collected from different sources and analyses are performed to make quick and effective decisions by providing necessary information. It consistently ... Read More

Amrendra Patel
12K+ 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

Amrendra Patel
1K+ 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

Amrendra Patel
213 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

Amrendra Patel
1K+ 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

Amrendra Patel
8K+ 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

Amrendra Patel
2K+ 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

Amrendra Patel
4K+ 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

Amrendra Patel
31K+ 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

Amrendra Patel
2K+ 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