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: K Z

    This author has written 1821 articles
    1. Home>
    2. K Z>
    3. Page 141

    MySQLi – Temporary Tables

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

    The temporary tables could be very useful in some cases to keep temporary data. The most important thing that should be known for temporary tables is that they will be…

    Continue ReadingMySQLi – Temporary Tables

    MySQLi – Indexes

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

    A database index is a data structure that improves the speed of operations in a table. Indexes can be created using one or more columns, providing the basis for both…

    Continue ReadingMySQLi – Indexes

    MySQLi – ALTER Command

    • Post author:K Z
    • Post published:August 20, 2021
    • Post category:MySQL/MySQLi
    • Post comments:1 Comment

    MySQL ALTER command is very useful when you want to change a name of your table, any table field or if you want to add or delete an existing column in a…

    Continue ReadingMySQLi – ALTER Command

    MySQLi – Transactions

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

    A transaction is a sequential group of database manipulation operations, which is performed as if it were one single work unit. In other words, a transaction will never be complete…

    Continue ReadingMySQLi – Transactions

    MySQLi – Regexps

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

    You have seen MySQL pattern matching with LIKE ...%. MySQL supports another type of pattern matching operation based on regular expressions and the REGEXP operator. If you are aware of PHP or PERL,…

    Continue ReadingMySQLi – Regexps

    MySQLi – Data Types

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

    Properly defining the fields in a table is important to the overall optimization of your database. You should use only the type and size of field you really need to…

    Continue ReadingMySQLi – Data Types

    MySQLi – Administration

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

    Running and Shutting down MySQL Server First check if your MySQL server is running or not. You can use the following command to check it − ps -ef | grep…

    Continue ReadingMySQLi – Administration

    MySQLi – Installation

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

    Downloading MySQL The MySQLi extension is designed to work with MySQL version 4.1.13 or newer, So have to download MySQL. All downloads for MySQL are located at MySQL Downloads. Pick the…

    Continue ReadingMySQLi – Installation

    MySQLi – Database Info

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

    Obtaining and Using MySQL Metadata There are three types of information, which you would like to have from MySQL. Information about the result of queries − This includes the number of…

    Continue ReadingMySQLi – Database Info

    MySQLi – Using Joins

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

    This is good enough for simple takes, but in most of the real world MySQL usages, you will often need to get data from multiple tables in a single query.…

    Continue ReadingMySQLi – Using Joins
    • Go to the previous page
    • 1
    • …
    • 138
    • 139
    • 140
    • 141
    • 142
    • 143
    • 144
    • …
    • 183
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP