Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • Author: B D

    This author has written 574 articles
    1. Home>
    2. B D>
    3. Page 21

    T-SQL – Sub-Queries

    • Post author:B D
    • Post published:August 19, 2021
    • Post category:T-SQL
    • Post comments:0 Comments

    A sub-query or Inner query or Nested query is a query within another SQL Server query and embedded within the WHERE clause. A subquery is used to return data that will be used in the main…

    Continue ReadingT-SQL – Sub-Queries

    T-SQL – Joining Tables

    • Post author:B D
    • Post published:August 19, 2021
    • Post category:T-SQL
    • Post comments:1 Comment

    The MS SQL Server Joins clause is used to combine records from two or more tables in a database. A JOIN is a means for combining fields from two tables by using…

    Continue ReadingT-SQL – Joining Tables

    T-SQL – DISTINCT Clause

    • Post author:B D
    • Post published:August 19, 2021
    • Post category:T-SQL
    • Post comments:0 Comments

    The MS SQL Server DISTINCT keyword is used in conjunction with the SELECT statement to eliminate all the duplicate records and fetching only unique records. There may be a situation when you…

    Continue ReadingT-SQL – DISTINCT Clause

    T-SQL – GROUP BY Clause

    • Post author:B D
    • Post published:August 19, 2021
    • Post category:T-SQL
    • Post comments:0 Comments

    The SQL Server GROUP BY clause is used in collaboration with the SELECT statement to arrange identical data into groups. The GROUP BY clause follows the WHERE clause in a SELECT statement…

    Continue ReadingT-SQL – GROUP BY Clause

    T-SQL – ORDER BY Clause

    • Post author:B D
    • Post published:August 19, 2021
    • Post category:T-SQL
    • Post comments:1 Comment

    The MS SQL Server ORDER BY clause is used to sort the data in ascending or descending order, based on one or more columns. Some database sort query results in ascending order…

    Continue ReadingT-SQL – ORDER BY Clause

    T-SQL – LIKE Clause

    • Post author:B D
    • Post published:August 19, 2021
    • Post category:T-SQL
    • Post comments:0 Comments

    The MS SQL Server LIKE clause is used to compare a value to similar values using wildcard operators. There are two wildcards used in conjunction with the LIKE operator − The percent…

    Continue ReadingT-SQL – LIKE Clause

    T-SQL – WHERE Clause

    • Post author:B D
    • Post published:August 19, 2021
    • Post category:T-SQL
    • Post comments:0 Comments

    The MS SQL Server WHERE clause is used to specify a condition while fetching the data from a single table or joining with multiple tables. If the given condition is satisfied, only…

    Continue ReadingT-SQL – WHERE Clause

    T-SQL – DELETE Statement

    • Post author:B D
    • Post published:August 19, 2021
    • Post category:T-SQL
    • Post comments:0 Comments

    The SQL Server DELETE Query is used to delete the existing records from a table. You have to use the WHERE clause with the DELETE query to delete selected rows, otherwise, all…

    Continue ReadingT-SQL – DELETE Statement

    T-SQL – UPDATE Statement

    • Post author:B D
    • Post published:August 19, 2021
    • Post category:T-SQL
    • Post comments:0 Comments

    The SQL Server UPDATE Query is used to modify the existing records in a table. You can use the WHERE clause with the UPDATE query to update selected rows otherwise all the…

    Continue ReadingT-SQL – UPDATE Statement

    T-SQL – SELECT Statement

    • Post author:B D
    • Post published:August 19, 2021
    • Post category:T-SQL
    • Post comments:0 Comments

    SQL Server SELECT statement is used to fetch the data from a database table which returns data in the form of a result table. These result tables are called result-sets. Syntax Following is…

    Continue ReadingT-SQL – SELECT Statement
    • Go to the previous page
    • 1
    • …
    • 18
    • 19
    • 20
    • 21
    • 22
    • 23
    • 24
    • …
    • 58
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP