Difference between selective and non-selective SQL query
Below are the difference of Selective and Non-Selective SQL Query. A query is Selective when one of the query filters is on an indexed field and the query filter reduces…
Below are the difference of Selective and Non-Selective SQL Query. A query is Selective when one of the query filters is on an indexed field and the query filter reduces…
Change size in mysql table using query, mean you can increase/decrease, add, modify, delete mysql table columns and columns definition. Table of content Show Structure of tableIncrease column size of…
MySQL alter command is used to modify an existing database, table, view or other database objects that might need to change during the life cycle of a database. Or you…
In this article we will discuss about MySQL Query e.g. Create/show/drop database as well create/alert and delete table and table records. Table of Contents Login to MySQLCreate a DatabaseUse DatabaseShow…
XAMPP is a software distribution which provides the Apache web server, MySQL database, PHP or many more all in one package.it also provided PhpMyadmin which gives a GUI tool for…
Install PHP MySql Apache in windows 10, You need to check your system configuration. System type is 32-bit Operating System or 64-bit Operating System. This is 64-bit Operating System Just…