top of page
Search
The Tech Platform
May 24, 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 14, 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 13, 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 4, 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
Apr 27, 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 13, 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 11, 2022
LINQ to SQL in ASP.Net With CRUD Operations
Language-Integrated Query (LINQ) In Language-Integrated Query (LINQ) to SQL, the data model of a relational database is mapped to an...
The Tech Platform
Feb 1, 2022
Graph Database in SQL Server
Graph A graph is a collection of node and edge tables. Node or edge tables can be created under any schema in the database, but they all...
The Tech Platform
Jan 31, 2022
Data consistency in Entity Framework Core
Theoretical What is a transaction? A transaction is a single unit of work. If a transaction is successful, all of the data modifications...
bottom of page