what is constraints?


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

Post New Answer

More MySQL Interview Questions

How do you login to MySql using Unix shell?

0 Answers  


What are the functions in mysql?

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  


What is a mysql server?

0 Answers  


how to find 2nd highest salary in random database salary of employer.....

4 Answers  






Can mysql handle billions of records?

0 Answers  


Write a query to select all teams that won either 1, 3, 5 or 7 games.

0 Answers  


Can python connect to mysql?

0 Answers  


1.how to fetch a value and Execute store procudure in mysql(INNODB) using phpMyAdmin? 2.can i wright a package in mysql database(INNODB)?

0 Answers  


What do ddl, dml, and dcl stand for?

0 Answers  


Can you tell the difference between mysql_fetch_object and mysql_fetch_array?

0 Answers  


Which storage engines support transactions in MySQL?

2 Answers  


Categories