CATEGORY

SQL

SQL Replace Function Explained [Practical Examples]

SQL REPLACE performs comparisons based on the collation of the input. To perform a comparison in a specified collation, you can use COLLATE to apply an explicit …

By falgunithakker · 8 min read · SQL

Getting started with SQL - Detailed Explanation

Getting started with SQL. Overview on relational database, What is SQL, Comparison between SQL and MySQL, Steps to install SQL on both Windows and Linux …

By falgunithakker · 16 min read · SQL

SQL NOT IN Operator Explained [8 Practical Examples]

Examples of SQL NOT IN with Numeric list of values, String list of values, Date list of values, Subquery, columns, Update statement, Delete statement, HAVING …

By falgunithakker · 7 min read · SQL

SQL IN Operator Explained [10 Practical Examples]

SQL IN with Numeric list of values, with String list of values, with Date list of values, with Subquery, with columns, Multiple SQL IN in a single query, with …

By falgunithakker · 8 min read · SQL

SQL BETWEEN Explained with Practical Examples

SQL between syntax and examples. Using with update and delete statement. SQL NOT between examples and syntax, SQL Between Range with Numeric values

By falgunithakker · 8 min read · SQL