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

    MySQL: DATABASE Function

    • Post author:S K S
    • Post published:September 30, 2021
    • Post category:MySQL
    • Post comments:1 Comment

    In this guide, we will explain how to use the MySQL DATABASE function with syntax and examples. Description The DATABASE function returns the name of the default database. Syntax The syntax for…

    Continue ReadingMySQL: DATABASE Function

    MySQL: CURRENT_USER Function

    • Post author:S K S
    • Post published:September 30, 2021
    • Post category:MySQL
    • Post comments:1 Comment

    In this guide, we will explain how to use the MySQL CURRENT_USER function with syntax and examples. Description The MySQL CURRENT_USER function returns the user name and host name for the MySQL…

    Continue ReadingMySQL: CURRENT_USER Function

    MySQL: CONVERT Function

    • Post author:S K S
    • Post published:September 30, 2021
    • Post category:MySQL
    • Post comments:1 Comment

    In this guide, we will explain how to use the MySQL CONVERT function with syntax and examples. Description The MySQL CONVERT function converts a value from one datatype to another, or one…

    Continue ReadingMySQL: CONVERT Function

    TypeScript – Parameterized a Function

    • Post author:K Z
    • Post published:September 30, 2021
    • Post category:TypeScript
    • Post comments:0 Comments

    Parameters are a mechanism to pass values to functions. Parameters form a part of the function’s signature. The parameter values are passed to the function during its invocation. Unless explicitly…

    Continue ReadingTypeScript – Parameterized a Function

    TypeScript – Returning a Function

    • Post author:K Z
    • Post published:September 30, 2021
    • Post category:TypeScript
    • Post comments:0 Comments

    Functions may also return value along with control, back to the caller. Such functions are called returning functions. Syntax function function_name():return_type { //statements return value; } The return_type can be…

    Continue ReadingTypeScript – Returning a Function

    TypeScript – Calling a Function

    • Post author:K Z
    • Post published:September 30, 2021
    • Post category:TypeScript
    • Post comments:0 Comments

    A function must be called so as to execute it. This process is termed function invocation. Syntax Function_name() The following example illustrates how a function can be invoked − Example…

    Continue ReadingTypeScript – Calling a Function

    TypeScript – Defining a Function

    • Post author:K Z
    • Post published:September 30, 2021
    • Post category:TypeScript
    • Post comments:0 Comments

    A function definition specifies what and how a specific task would be done. Before using a function, it must be defined. Functions are defined using the function keyword. The syntax for defining…

    Continue ReadingTypeScript – Defining a Function

    TypeScript – Functions

    • Post author:K Z
    • Post published:September 30, 2021
    • Post category:TypeScript
    • Post comments:2 Comments

    Functions are the building blocks of readable, maintainable, and reusable code. A function is a set of statements to perform a specific task. Functions organize the program into logical blocks…

    Continue ReadingTypeScript – Functions

    TypeScript – do…while loop

    • Post author:K Z
    • Post published:September 30, 2021
    • Post category:TypeScript
    • Post comments:0 Comments

    The do…while loop is similar to the while loop except that the do...while loop doesn’t evaluate the condition for the first time the loop executes. However, the condition is evaluated…

    Continue ReadingTypeScript – do…while loop

    TypeScript – While Loop

    • Post author:K Z
    • Post published:September 30, 2021
    • Post category:TypeScript
    • Post comments:0 Comments

    The while loop executes the instructions each time the condition specified evaluates to true. In other words, the loop evaluates the condition before the block of code is executed. Syntax while(condition) {…

    Continue ReadingTypeScript – While Loop
    • Go to the previous page
    • 1
    • …
    • 324
    • 325
    • 326
    • 327
    • 328
    • 329
    • 330
    • …
    • 739
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP