How MySQL is different from SQL?

Answer Posted / neelam praveen

SQL is the structured query language which is used as Data
Definition Language, Data Manipulation Language FOR Database
Like Oracle, MySQL, PostGre SQL etc.

So, SQL is an interface between Users and Databases like
MySQL,Oracle etc.

Is This Answer Correct ?    8 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is 'mysqldump'?

515


Is mariadb faster than mysql?

465


What are the advantages and disadvantages of using mysql?

500


Write a query to display even rows in student table using mysql?

476


How can you take the backup and restore a mysql database using php?

473






What is mysql vs sql?

481


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

1152


Is mysql query case sensitive?

483


What you can use regular expression for in mysql? Support your answer with an example?

479


Consider a scenario where you have two to three tables with thousand tuples in each of them. Now, if you have to perform a join operation between them will you choose to perform filtering of rows or transforming of rows first.

545


How do I change a procedure in mysql?

477


What is mysql connection limit?

508


How to set the time zone for MySQL to particular country time?

2718


What do you mean by % and _ in the LIKE statement?

532


What is the difference between truncate and delete?

589