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
  • T-SQL

    1. Home>
    2. T-SQL>
    3. Page 3

    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

    T-SQL – INSERT Statement

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

    The SQL Server INSERT INTO statement is used to add new rows of data to a table in the database. Syntax Following are the two basic syntaxes of the INSERT INTO statement.…

    Continue ReadingT-SQL – INSERT Statement

    T-SQL – Drop Tables

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

    The SQL Server DROP TABLE statement is used to remove a table definition and all data, indexes, triggers, constraints, and permission specifications for that table. Note − You have to be careful while…

    Continue ReadingT-SQL – Drop Tables

    T-SQL – Create Tables

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

    Creating a basic table involves naming the table and defining its columns and each column's data type. The SQL Server CREATE TABLE statement is used to create a new table. Syntax Following…

    Continue ReadingT-SQL – Create Tables
    • Go to the previous page
    • 1
    • 2
    • 3
    • 4
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP