top of page
Search

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

NoSQL: Building Your First Application & Connecting To MongoDB
And this is the reason why I decided to write a little dictionary of terms that you will hear often during this series of tutorial about...
The Tech Platform
Nov 27, 2020

NoSQL: Environment Setup & Installation on Windows
In this part of this article’s series, we are going to install and set up all the necessary programs to make things work with MongoDB in...
The Tech Platform
Nov 27, 2020

SQL SERVER
SQL Server is a relational database management system (RDBMS) developed by Microsoft. It is designed to manage and store large amounts of...
The Tech Platform
Nov 5, 2020
Window Functions
SQL Server Window Functions calculate an aggregate value based on a group of rows and return multiple rows for each group....
The Tech Platform
Nov 5, 2020
String Functions
The following SQL Server string functions process on an input string and return a string or numeric value: Function Description...
The Tech Platform
Nov 5, 2020
Date Functions
This page lists the most commonly used SQL Server Date functions that allow you to handle date and time data effectively. Returning the...
The Tech Platform
Nov 5, 2020

Aggregate Functions
An aggregate function performs a calculation one or more values and returns a single value. The aggregate function is often used with the...
The Tech Platform
Nov 5, 2020

.NET SQL Authorization Manager
.NET Sql Authorization Manager is an authorization manager for .NETÂ Framework 2.0 developed applications (smart-client/web). The...
The Tech Platform
Oct 29, 2020


Azure SQL Offers Manual Failover For PaaS Resources
Sometime having the right command in place opens up new doors to test things, like a failover for example. In this post we will take a...
The Tech Platform
Oct 27, 2020
bottom of page