What is the maximum length of a table name, database name,
and fieldname in MySQL?
Answer Posted / pravallika
64
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the method you will follow while sql installing
I want to find out all databases starting with ‘test’, I have access to?
What are the applications required to support mysql?
What is inner join in mysql?
Is foreign key indexed 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 default port for mysql server? : Mysql dba
Which is faster mongodb or mysql?
Is Mysql query is case sensitive?
What is database engine in mysql?
What is mysql uuid?
Is oracle mysql free?
What is the difference between mysql_fetch_assoc and mysql_fetch_array?
Suppose you have to collect the first name, middle name and the last name of students from the below table. But, you observe that there few missing values either in the first name, middle name and the last name columns. How will you return the first non-null values?
what are the different tables present in mysql? : Mysql dba