Raunak Jain has Published 100 Articles

Batch statement in Cassandra

Raunak Jain

Raunak Jain

Updated on 10-Jan-2023 18:07:50

974 Views

Batch statements in Cassandra are a powerful tool that allow you to perform multiple updates or inserts in a single atomic operation. This can be especially useful in scenarios where you need to perform multiple updates on the same partition key, or when you want to ensure that a series ... Read More

Basics of Functional Dependencies and Normalization for Relational Databases

Raunak Jain

Raunak Jain

Updated on 10-Jan-2023 18:03:42

11K+ Views

Introduction Functional dependencies and normalization are important concepts in relational database design. A functional dependency occurs when the value of one attribute determines the value of another attribute. Normalization is the process of organizing a database in a way that reduces redundancy and dependency. It is a crucial step in ... Read More

Basic SQL Commands

Raunak Jain

Raunak Jain

Updated on 10-Jan-2023 17:33:24

1K+ Views

SQL (Structured Query Language) is a programming language used to communicate with databases. It is a standard language for interacting with relational databases and is essential for anyone working with databases. In this article, we will cover some basic SQL commands that you can use to interact with your database. ... Read More

Basic operations and Working of LOB

Raunak Jain

Raunak Jain

Updated on 10-Jan-2023 17:30:22

266 Views

LOB, or Large OBject, is a data type in database management systems (DBMS) used to store large amounts of unstructured data, such as text, images, and videos. LOB data types are useful for storing and manipulating data that does not fit neatly into a traditional row-and-column structure, such as documents, ... Read More

Basic approaches for Data generalization (DWDM)

Raunak Jain

Raunak Jain

Updated on 10-Jan-2023 17:14:04

1K+ Views

Data generalization, also known as data summarization or data compression, is the process of reducing the complexity of large datasets by identifying and representing patterns in the data in a more simplified form. This is typically done in order to make the data more manageable and easier to analyze and ... Read More

Backup Security Measures

Raunak Jain

Raunak Jain

Updated on 10-Jan-2023 17:08:53

851 Views

Backup Security Measures: Protecting Your Data from Loss or CorruptionAs a business owner or IT professional, you understand the importance of backing up your data. Regular backups ensure that you have a copy of your important files and documents in case of a system failure, cyber attack, or natural disaster. ... Read More

Automated Database Design Tools

Raunak Jain

Raunak Jain

Updated on 10-Jan-2023 16:02:49

666 Views

Introduction Automated database design tools can be a useful resource for developers and data professionals looking to streamline the database design process. These tools can help create efficient and effective databases, saving time and reducing the risk of errors. In this article, we will explore the benefits of using automated ... Read More

Audit Trail in DBMS

Raunak Jain

Raunak Jain

Updated on 10-Jan-2023 16:00:43

3K+ Views

Introduction An audit trail, also known as a transaction log, is a record of all changes made to a database in a DBMS (database management system). It is used to track and monitor database activity, identify and troubleshoot issues, and ensure data integrity and security. In this article, we will ... Read More

What is the difference between the 'COPY' and 'ADD' commands in a Dockerfile?

Raunak Jain

Raunak Jain

Updated on 07-Aug-2021 06:03:32

435 Views

When you create a Dockerfile, you can use two different commands to build your context. Building a context means including the files and directories that you want from your local machine, to be in your container when it’s created. These files may be directories in your local machine, a URL ... Read More

What is the difference between CMD and ENTRYPOINT in a Dockerfile?

Raunak Jain

Raunak Jain

Updated on 06-Aug-2021 12:37:11

3K+ Views

We can build Docker images by specifying instructions inside a Dockerfile. Dockerfile allows us to specify step-by-step instructions which define the rules for making a container environment. The Docker containers are created for specific tasks and processes to be run inside them. There are three important instructions that are used ... Read More

Previous 1 ... 3 4 5 6 7 ... 10 Next
Advertisements