Chat with our AI personalities
Ask, question
Select query come under the category of DRL (data retrieval language). A select query is used to retrieve data from DB.
query() or mysql_query() are outdated, insecure functions used for communicating queries or "requests" to a database.
A complex Query is a quiery that is much more complex than a normal quiery so search up complex then quiry!!!!
The basic parts of a SQL Select query are: SELECT column names FROM table name WHERE conditions ORDER BY column names The basic parts of an insert query would be: INSERT INTO table name (VALUES) The basic parts of a delete query would be DELETE FROM table name WHERE conditions The basic parts of an update query would be UPDATE TABLE table name SET column name = value WHERE conditions