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

    XQuery – position Function

    • Post author:k A
    • Post published:August 20, 2021
    • Post category:XQuery
    • Post comments:1 Comment

    The position function is used in FLOWR expression to get the position of an item in a sequence. Syntax position() Example XQuery Expression let $items := (1,2,3,4,5,6) return <result> <items> { for…

    Continue ReadingXQuery – position Function

    MySQLi – Using Sequences

    • Post author:K Z
    • Post published:August 20, 2021
    • Post category:MySQLi
    • Post comments:0 Comments

    A sequence is a set of integers 1, 2, 3, ... that are generated in order on demand. Sequences are frequently used in databases because many applications require each row…

    Continue ReadingMySQLi – Using Sequences

    MongoDB – Insert Document

    • Post author:B D
    • Post published:August 20, 2021
    • Post category:MongoDB
    • Post comments:0 Comments

    In this chapter, we will learn how to insert documents into the MongoDB collection. The insert() Method To insert data into MongoDB collection, you need to use MongoDB's insert() or save() method. Syntax The…

    Continue ReadingMongoDB – Insert Document

    Ruby – Object Oriented

    • Post author:S J
    • Post published:August 20, 2021
    • Post category:Ruby
    • Post comments:0 Comments

    Ruby is a pure object-oriented language and everything appears to Ruby as an object. Every value in Ruby is an object, even the most primitive things: strings, numbers and even…

    Continue ReadingRuby – Object Oriented

    XQuery – last Function

    • Post author:k A
    • Post published:August 20, 2021
    • Post category:XQuery
    • Post comments:1 Comment

    The last function is used to get the last item in the given sequence. Syntax last() Example XQuery Expression let $items := (1,2,3,4,5,6) let $lastElement := $items[last()] return <result> <lastElement>{$lastElement}</lastElement> </result> Output…

    Continue ReadingXQuery – last Function

    MySQLi – Clone Tables

    • Post author:K Z
    • Post published:August 20, 2021
    • Post category:MySQLi
    • Post comments:0 Comments

    There may be a situation when you need an exact copy of a table and CREATE TABLE ... SELECT doesn't suit your purposes because the copy must include the same…

    Continue ReadingMySQLi – Clone Tables

    MongoDB – Datatypes

    • Post author:B D
    • Post published:August 20, 2021
    • Post category:MongoDB
    • Post comments:0 Comments

    MongoDB supports many data types. Some of them are − String − This is the most commonly used datatype to store the data. String in MongoDB must be UTF-8 valid.Integer − This…

    Continue ReadingMongoDB – Datatypes

    XQuery – index-of Function

    • Post author:k A
    • Post published:August 20, 2021
    • Post category:XQuery
    • Post comments:1 Comment

    The index-of function is used to track items in the given sequence. It returns integers to indicate the availability of items in a given sequence. Syntax index-of($seq as anyAtomicType()*, $target as anyAtomicType())…

    Continue ReadingXQuery – index-of Function

    Ruby – Exceptions

    • Post author:S J
    • Post published:August 20, 2021
    • Post category:Ruby
    • Post comments:0 Comments

    The execution and the exception always go together. If you are opening a file, which does not exist, then if you did not handle this situation properly, then your program…

    Continue ReadingRuby – Exceptions

    MongoDB – Drop Collection

    • Post author:B D
    • Post published:August 20, 2021
    • Post category:MongoDB
    • Post comments:0 Comments

    In this chapter, we will see how to drop a collection using MongoDB. The drop() Method MongoDB's db.collection.drop() is used to drop a collection from the database. Syntax The basic syntax of drop() command…

    Continue ReadingMongoDB – Drop Collection
    • Go to the previous page
    • 1
    • …
    • 531
    • 532
    • 533
    • 534
    • 535
    • 536
    • 537
    • …
    • 739
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP