Can you tell the difference between mysql_fetch_object and mysql_fetch_array?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More MySQL Interview Questions

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

0 Answers  


about foregine

2 Answers  


How do I install mysql?

0 Answers  


Can we write procedure in mysql?

0 Answers  


about join

2 Answers  






What is the difference between heap table and temporary table?

0 Answers  


What is the diff. bwt. primary key and unique key?

4 Answers  


What are the functions of commit and rollback statements?

0 Answers  


How do I transfer data from one database to another in mysql?

0 Answers  


What is heap table?

0 Answers  


How can you move the master database

0 Answers   IBM,


How to dump a table to a file with 'mysqldump'?

0 Answers  


Categories