category

home / developersection / category

Role of SQL (Structured Query Language) in database management
Role of SQL (Structured Query Language) in database management

Learn Role of SQL (Structured Query Language) in database management in this article

Learn the best way to learn SQL Server
Learn the best way to learn SQL Server

SQL is short for Structured Query Language, and it is used to design, create and manage relational databases.

How to Check if a String Contains a Substring in Sql Server
How to Check if a String Contains a Substring in Sql Server

In this article I wil explain how to check a specific word or characters in a given statement in SQL Server using CHARINDEX function or SQL Server check if string contains specific substring with CHARINDEX function.