how we can use more then one primary key in Single Table
Answer Posted / sriram
Can't
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
How do I save in mysql?
Is mysql running ubuntu?
What is the purpose of using timestamp data type?
Explain the difference between mysql and mysql interfaces in php?
How large can a mysql database become?
How to get the number of rows selected or affected by a sql statement?
What is mysqladmin flush hosts?
What is a data directory?
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
Why we use mysql database?
What is triggers and how it can be used in mysql?
What is indexing in mysql?
Can you tell how to find the number of rows in a resultset using php?
How to drop an existing table in mysql?
How to Recover a MySQL root password. Stop the MySQL server process. Start again with no grant tables. Login to MySQL as root. Set new password. Exit MySQL and restart MySQL server.