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 the use of mysqli_connect in php?

543


What is the data type for file in mysql?

627


What is a user defined variable?

600


How much does mysql enterprise cost?

567


In a property booking section want a query to check that property is booked from StartDate to EndDate.Booking Table field are given id proerty_id start_date checkout_date no_of_visitor booking date status Waiting yours answer.. Thanks In Advance...

2694






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

1244


Write a query to find duplicate rows in table?

560


What is mysql data directory? How to determine the location of the data directory?

602


What is the maximum size of table in mysql?

645


What can you do with mysql?

575


What are the advantages of mysql in comparison to oracle?

617


What is relational database in mysql?

567


what is database black box testing? : Mysql dba

676


What is difference between mysql and mysql workbench?

541


What are the functions used to encrypt and decrypt the data present in mysql?

611