|
|
|
MySQL
|
MySQL Create Table
Here, you will read the brief description about the MySQL create table. The CREATE TABLE statement is used for creating a table in database.
View Rating |
|
|
MySQL
|
Mysql XOR
Mysql XOR returns you the output on the basis of condition specified in input. The output of the XOR is 0 when both the specified inputs are same.
View Rating |
|
|
MySQL
|
PHP SQL Null
The result produced by SQL SELECT command may contain NULL or non-Null values. So when we need to work on these values then the NULL values may not work properly.
View Rating |
|
|
MySQL
|
PHP SQL Query
Most of the applications need to interact with database to store, update and fetch the data. This interaction is made executing Sql queries.
View Rating |
|
|