MongoDB sort by date

mongodb sort by date

In this MongoDB tutorial, we will discuss and learn more about how to sort by date in MongoDB and how we can sort by date differently. MongoDB sort by date A few days back, I was working on a blog page and recognized that the post was from old to the new order, which is not … Read more >>

Oracle Long raw Datatype

Using long raw datatype in sql developer tool

In this Oracle tutorial, we will learn about the Long raw data in the Oracle database. Also, we will illustrate how to use it to create long raw columns for a table in Oracle. Oracle Long raw Datatype Let us start with the introduction, and then move to the other section. Introduction In Oracle, binary big … Read more >>

How To connect To Oracle Database Using Python

Connect to Oracle Database using Python Pyodbc

In this oracle tutorial, we will learn multiple approaches to connect to Oracle database using Python. How To connect To Oracle Database Using Python Read How to create a database in Oracle 19c Approach-1 Using Python Pyodbc In this section, we will learn to connect to Oracle database using Python pyodbc. Source Code: In this … Read more >>

How to Show Tables in MariaDB

How to see all tables in MariaDB example

This MariaDB tutorial will cover how to show tables in MariaDB. To help you better understand the topic, we will explore and conclude several situations in this section. How to show tables in MariaDB To show tables in MariaDB, we will use the SHOW TABLES statement in this section. The syntax is given below. Here is a … Read more >>

PostgreSQL ADD COLUMN

In this PostgreSQL tutorial, we will discuss, about PostgreSQL ADD COLUMN statement with 17 examples to add one or more columns to an existing table. PostgreSQL ADD COLUMN To add a new column to an existing table in PostgreSQL, you can use the ALTER TABLE ADD COLUMN statement. The syntax is as follows: In the above syntax, NOTE … Read more >>

Grant All Privileges MariaDB

MariaDB Grant All Privileges

In this MariaDB Tutorial, we are going to learn about Grant All Privileges MariaDB. Grant All Privileges MariaDB Before proceeding, you need to make sure, you have already created a database in MariaDB and created a user in the MariaDB database. Here, I have created a MariaDB database by using the following command: And also … Read more >>

MariaDB Insert Into

MariaDB Insert Into Example

In this MariaDB tutorial, we are going to learn about MariaDB Insert Into statement. If you do not have a table in your MariaDB database, then first create a table in MariaDB. MariaDB Insert Into In MariaDB, the INSERT command inserts data into a table. The syntax of the command is usually INSERT, followed by the table’s name, fields, and … Read more >>

Connect Excel to Oracle Database

Connect Excel to Oracle Database

In this oracle tutorial, we will learn how to connect excel to oracle database. Connect Excel to Oracle Database In this section, we will learn how to connect Excel to Oracle Database without ODBC. Approach-1: Without ODBC To connect Excel to Oracle Database, follow the below steps. 1. Open Microsoft Excel and click on the … Read more >>

How to create a user in MariaDB

MariaDB Create User

In this MariaDB tutorial, we are going to learn about MariaDB create user. we will see how to create users with passwords in MariaDB. If you are new to MariaDB, check out how to install MariaDB. How to Create a User in MariaDB Let us see, how to create a user in MariaDB, but before … Read more >>

Find stored procedure in sql server by table name

Find Store Procedure in SQL Server by Table Name

This SQL Server tutorial will teach how to find stored procedure in SQL Server using table name. How to find stored procedure in SQL Server using table name To find stored procedure in SQL Server using table name, we can use the below three simple approaches. Approach-1: Using sys.procedure table The SQL Server SYS.PROCEDURES is a system table that … Read more >>

Top 200 SQL Server Interview Questions and Answers

Free PDF On Top 200 SQL Server Interview Questions And Answers

Download A 40 pages PDF And Learn Now.