If we create a column with data type VARCHAR(3), what would
we expect to see in MySQL table?
Answer Posted / sivateja
through check command in mysql
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How do I select a table in mysql?
How do I setup mysql?
How to make a copy values from one column to another in mysql?
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 the difference between mysql_connect and mysqli_connect?
Where is mysql data stored?
How to list or view all databases from the mysql server.
What is a select query?
How do you rename a table?
What is ISAM?
How do I rename a procedure?
How can you filter the duplicate data while retrieving records from the table?
Where is mysql data stored linux?
What is the datatype for password in mysql?
What is mysql community edition?