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
  • Get data the way you want

    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

    PostgreSQL – Useful Functions

    • Post author:S J
    • Post published:August 19, 2021
    • Post category:PostgreSQL
    • Post comments:0 Comments

    PostgreSQL built-in functions, also called as Aggregate functions, are used for performing processing on string or numeric data. The following is the list of all general-purpose PostgreSQL built-in functions −…

    Continue ReadingPostgreSQL – Useful Functions

    PostgreSQL – Functions

    • Post author:S J
    • Post published:August 19, 2021
    • Post category:PostgreSQL
    • Post comments:0 Comments

    PostgreSQL functions, also known as Stored Procedures, allow you to carry out operations that would normally take several queries and round trips in a single function within the database. Functions allow…

    Continue ReadingPostgreSQL – Functions

    PostgreSQL – DATE/TIME Functions and Operators

    • Post author:S J
    • Post published:August 19, 2021
    • Post category:PostgreSQL
    • Post comments:0 Comments

    We had discussed about the Date/Time data types in the chapter Data Types. Now, let us see the Date/Time operators and Functions. The following table lists the behaviors of the basic…

    Continue ReadingPostgreSQL – DATE/TIME Functions and Operators

    PostgreSQL – PRIVILEGES

    • Post author:S J
    • Post published:August 19, 2021
    • Post category:PostgreSQL
    • Post comments:0 Comments

    Whenever an object is created in a database, an owner is assigned to it. The owner is usually the one who executed the creation statement. For most kinds of objects,…

    Continue ReadingPostgreSQL – PRIVILEGES

    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

    PostgreSQL – AUTO INCREMENT

    • Post author:S J
    • Post published:August 19, 2021
    • Post category:PostgreSQL
    • Post comments:0 Comments

    PostgreSQL has the data types smallserial, serial and bigserial; these are not true types, but merely a notational convenience for creating unique identifier columns. These are similar to AUTO_INCREMENT property supported by…

    Continue ReadingPostgreSQL – AUTO INCREMENT

    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

    PostgreSQL – Sub Queries

    • Post author:S J
    • Post published:August 19, 2021
    • Post category:PostgreSQL
    • Post comments:0 Comments

    A subquery or Inner query or Nested query is a query within another PostgreSQL query and embedded within the WHERE clause. A subquery is used to return data that will…

    Continue ReadingPostgreSQL – Sub Queries
    • Go to the previous page
    • 1
    • …
    • 545
    • 546
    • 547
    • 548
    • 549
    • 550
    • 551
    • …
    • 739
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP