mysql_real_escape_string in php, The mysqli_real_escape_string() function is an inbuilt function in PHP Example. PHP mysqli real_escape_string() Function The mysql_real_escape_string() function
Category: Mysql
dependent dropdown in php – How to make dependent dropdown list using jquery Ajax?
dependent dropdown in php using ajax is the most popular feature of Web development. jQuery AJAX request parse the JSON
advantages of mysql – Top 10 Major Advantages of Using MySQL
in advantages of mysql, Many people use this language because it has many benefits. Know what are the advantages of
mysql intersect – How to intersect multiple queries using MYSQL?
mysql intersect operator returns the distinct (common) elements in two sets or common records from two or more tables. MySQL
sql where multiple values – SQL Where Clause with multiple values
sql where multiple values – SQL Statement using Where clause with multiple values Using LIKE, IN, BETWEEN, and wildcards to
sql compare strings – How to compare two strings in SQL?
sql compare strings STRCMP() function in MySQL is used to compare two strings. Here is the syntax to use STRCMP
nested select sql – What Is a Nested Query in SQL?
nested select sql – A nested SELECT is a query within a query. A Subquery or Inner query or a
sql get current year – How to get the Current Year to Current date in sql?
sql get current year — How to get the current date, time, month or year? he YEAR() function returns the
sql not distinct – How to Select Every Row Where Column Value is NOT Distinct?
sql not distinct – In SQL NULL = NULL isn’t true. Unique constraint in SQL is used to check whether
sql count case – sql count(case when multiple criteria)
sql count case – The SQL CASE statement; Adding multiple conditions to a CASE statement; best article fir SQL queries
many to many relationship sql – How to Create a Many-to-Many Relationship?
many to many relationship sql – Many-to-many (M:M) – Many to many includes two dimensions, A many-to-many (or M:N) relationship
left join vs right join – Difference between Left Join and Right Join
As you know join means to join two or more things together. In the case of SQL, join means –