All Basic Articles
PostgreSQL allows the users to extend the database functionality with the help of user-defined functions and stored procedures through various procedural language elements, which are… Read More
Prerequisites – Two Phase Locking Protocol and Types of Two Phase Locking Protocols 1. Conservative 2-PL : It is also known as Static 2-PL. This… Read More
Designing a Data Warehouse is an essential part of business development. For designing, there are two most common architectures named Kimball and Inmon but the… Read More
Numpy arrays are homogeneous in nature means it is an array that contains data of a single type only. Python’s lists and tuples are unrestricted… Read More
In this article, let us discuss different methods to concatenate/append values to a vector in R Programming Language.  Append method in R Vectors in the… Read More
This JavaScript exception reduce of empty array with no initial value occurs if a reduce function is used with the empty array. Message: TypeError: reduce… Read More
Progressive Web Apps, that is PWAs, are a type of application that is developed using web technologies and can be installed on any device like… Read More
In PostgreSQL, we use the pr_indexes view to list the indexes of a database. PostgreSQL does not provide a command like SHOW INDEXES to list… Read More
In this article, we will explore the way of visualizing sounds waves using Python and Matplotlib. Modules Needed  1. Matplotlib: Install Matplotlib using the below… Read More
rreIn R Language, dataframes are generic data objects which are used to store the tabular data. Dataframes are considered to be the most popular data… Read More
In PostgreSQL, the ROW_NUMBER() function is used to assign a unique integer to every row that is returned by a query. Syntax: ROW_NUMBER() OVER( [PARTITION… Read More
Blackberry is communication device that was developed in the year 1999 by Research in Motion (RIM) company. Blackberry Technology contains games, contacts, clock, reminders and… Read More
Seaborn is a Python data visualization library based on matplotlib. It provides a high-level interface for drawing attractive and informative statistical graphics. Seaborn helps resolve… Read More
Seaborn is an amazing visualization library for statistical graphics plotting in Python. It provides beautiful default styles and color palettes to make statistical plots more… Read More
The Turtle module provides turtle graphics primitives, in both object-oriented and procedure-oriented ways. Because it uses Tkinter for the underlying graphics, it needs a version… Read More
Prerequisite: Python Turtle Basics Turtle is an inbuilt module of python. It enables us to draw any drawing by a turtle and methods defined in… Read More
In this article, we will learn about how to print space or multiple spaces in the Python programming language. Spacing in Python language is quite… Read More
High-Level Data Link Control (HDLC) generally provides flexibility to simply support all options that are possible in various data transfer modes and configurations. To provide… Read More
Constructions in LaTeX are used to construct various parts of an equation such as fraction, vector, integration, square root, etc. Use of LaTeX codes is… Read More
1. Toast : It is an Android UI component that is used to show message or notification that does not require any user action. It is… Read More