what is database black box testing? : Mysql dba


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

Post New Answer

More MySQL Interview Questions

What is mysql aggregate functions? Explain

0 Answers  


How to use sum function in where clause in mysql?

0 Answers  


Where is mysql data stored linux?

0 Answers  


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  


How do I clear the command in mysql?

0 Answers  






How to write after insert event update trigger on the same table in mysql?

0 Answers  


why we are join a tow table

1 Answers  


How do I find mysql database?

0 Answers  


What is key in mysql?

0 Answers  


how many table created when we create a table in mysql?

3 Answers  


Can we write procedure in mysql?

0 Answers  


How to write date and time literals?

0 Answers  


Categories