top of page
Search

SQL LIKE Operator with Logical Operators, Functions, and WHERE Clause
Structured Query Language (SQL) is a versatile tool for managing and querying data within relational databases. Among its many operators...
The Tech Platform
Oct 24, 2023

ISNULL SQL Function: Handling NULL Values in Microsoft SQL Server
In SQL and database management, handling NULL values is an essential aspect of ensuring data integrity and producing accurate query...
The Tech Platform
Oct 20, 2023

Top SQL Editor Tools for Database Administrators
In database administration, precision, and efficiency are paramount. Database administrators (DBAs) are tasked with the monumental...
The Tech Platform
Oct 14, 2023

Mastering SQL Trigger for Efficient Database Management
Welcome to SQL triggers! SQL triggers offer a way to automate actions based on specific events or operations that occur within a...
The Tech Platform
Aug 23, 2023

7 Steps to Mastering SQL for Data Science
SQL is a standard language for storing, manipulating and retrieving data in databases. Our SQL tutorial will teach you how to use SQL in:...
The Tech Platform
May 4, 2022

INTRODUCTION TO AWS RDS (AMAZON RELATIONAL DATABASE SERVICE)
Amazon Web service has a large spectrum of products and services to offer to businesses of all sizes and shapes. Among these, one of the...
The Tech Platform
Apr 13, 2022

Soccer Microservice on .Net core, Entity Framework, Mysql and Insomnia
Building Soccer microservice on .Net Core, Entity Framework, Mysql, Insomnia, with Swagger, Auto-mapper, OData, etc. Introduction In this...
The Tech Platform
Feb 22, 2022

MariaDB vs MySQL : Database Management System
What is Maria DB? MariaDB is a fork of the MySQL database management system. The RDBMS offers data processing capabilities for both small...
The Tech Platform
Jul 28, 2021

How to use DROP command to remove tables in Oracle, MySQL and SQL Server
The DROP command is an SQL statement used to remove or delete objects, such as tables, views, indexes, or other database objects, from a...
The Tech Platform
Apr 13, 2021

Write a SQL query to get the nth highest salary from the Employee table.
Create Employee Table- If you want to test in your local database then you can use the following SQL query to create an Employee table...
The Tech Platform
Dec 17, 2020
bottom of page