How many tables will create when we create table, what are
they?
Answer Posted / ravi
can not say
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
How do I create a mysql username and password?
Is Mysql query is case sensitive?
Can mysql handle billions of records?
What is the use of mysql workbench?
how to connect a php script with the mysql database?
Can you tell the difference between ereg_replace() and eregi_replace()?
How do I start mysql server?
How many rows can mysql handle?
What is a blob datatype?
How to store values to array from mysql database in php?
What are the difference between now and current_date in mysql?
How do I connect to a mysql database?
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
What is a longblob?
Is mysql still relevant?