What is difference between statement and preparedstatement?
Answer / Dhirendra Kumar Trivedi
A SQL Statement is a plain text query that is executed against a database. In contrast, a PreparedStatement in MySQL is a precompiled SQL statement that can be reused multiple times with different parameters.
| Is This Answer Correct ? | 0 Yes | 0 No |
How you can create a trigger in mysql?
Which statement is used to delete a table in MySQL.
HOW TO FIND display the total number of weeks in the year of 1998 IN EMP TABLE
How large can a mysql table be?
Where MyISAM table will be stored and also give their formats of storage?
how we can find nth max salary from an employe table by using my sql?
What does mysql_query return?
What is maximum size of a database in MySQL?
13 Answers Bastioncoup, CIS, NM, V2 Solutions, Wipro,
How can we repair a MySQL table?
how to add a new column to an existing table?
what is collation? how many types of installations in sql server?
Please can the SQL code below be interpreted IF @xMatchCriteria='MATCH12' BEGIN IF EXISTS (Select * from #InsightData where (EmailAddress=@xDCPEmailAddress ) ) BEGIN SET @xTestMatchCriteria = @xMatchCriteria; SELECT @xCRMCustomerId=CustomerId, @xCRMDcpCustomerId=DcpCustomerId, @xCRMPortalCustomerID=PortalCustomerID,@xCRMDcpID=DcpID, @xCRMCardNumber=CardNumber, @xCRMEmailAddress=EmailAddress, @xCRMfirtLetterFirstName=firtLetterFirstName, @xCRMLastName=Surname,@xCRMAddressLine1=AddressLine1, @xCRMPostCode=PostCode FROM #InsightData where (EmailAddress=@xDCPEmailAddress ) END ELSE BEGIN SET @xTestMatchCriteria='No'+@xMatchCriteria; END END
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)