|
|
|
MySQL
|
Mysql Not
Mysql Not is useful when you a perform Not Operation in SQL. The SQL query returns you 1 and 0, when !o and !1 are selected in the select query.
View Rating |
|
|
MySQL
|
MySQL Not In
MySQL Not In is used to updates only those records of the table whose fields 'id' are not specified in the Where Clause.
View Rating |
|
|
MySQL
|
Mysql Permission
Mysql Permission allows the user to connect to the database, Mysql checks and use that the particular username/ password and combination has the permission to connect.
View Rating |
|
|
MySQL
|
Mysql Exists
Mysql Exists return you only matches records of table 1 with table2. The unmatchable records are not displayed in the output of the table.
View Rating |
|
|
MySQL
|
SQL PHP
PHP is a server side scripting language. To access the data in PHP,you must create a connection to the database.
View Rating |
|
|