top of page
Search

Azure Data Studio vs SQL Server Management Studio (SSMS): Which one to choose?
In the dynamic landscape of database management, professionals often face a choice between different tools, each catering to specific...
The Tech Platform
Jul 5, 2022

Important SQL Queries you should know
SQL commands are the instructions used to communicate with a database to perform tasks, functions, and queries with data. SQL commands...
The Tech Platform
Jun 6, 2022

Top Question and Answer about SQL Server Indexes
Top Interview Questions and Answer about SQL Server Indexes.
The Tech Platform
May 25, 2022

SQL Server Index Design and Architecture
SQL index is considered as one of the most important factors in the SQL Server performance tuning field. It helps in speeding up the...
The Tech Platform
May 24, 2022

How to log data to SQL Server in ASP.NET Core
Logging is an important aspect of software development, as it provides insights into how an application behaves and helps to identify and...
The Tech Platform
May 14, 2022

When to Use NoSQL instead of SQL
What is SQL? SQL is Structured Query Language, which is a computer language for storing, manipulating and retrieving data stored in a...
The Tech Platform
May 13, 2022

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

How to Join 3 or more Tables in SQL?
In certain situations, it becomes necessary to retrieve data from multiple tables within a database. These scenarios often arise when...
The Tech Platform
Apr 27, 2022

SQL Interview Questions and Answers
SQL interviews are crucial for individuals seeking roles in data management and database systems. This article provides a concise...
The Tech Platform
Apr 27, 2022

Build a ToDo list application using .Net 5.0 Web API and Microsoft SQL Server
This article shows how to build a ToDo list application using .Net 5 Web API, JWT authentication and AspNetCore Identity. Microsoft SQL...
The Tech Platform
Apr 25, 2022
bottom of page