CATEGORY

SQL

How to search SQL for column name? [SOLVED]

A database in SQL has multiple tables and each table has contain multiple columns. In SQL, We can search for a specific column name in a table by using the

By falgunithakker · 4 min read · SQL

How to use SQL delete with JOIN? [SOLVED]

SQL delete where join is the combination of SQL JOIN and SQL delete statement. SQL delete statement is used to delete records from a table where as SQL JOIN

By falgunithakker · 5 min read · SQL

SQL select first row in GROUP [SOLVED]

In this tutorial we will cover different methods and examples to select first row in GROUP BY clause group in SQL. But before that let us create a sample

By falgunithakker · 5 min read · SQL