what is the difrence between sql and pl/sql

Answer Posted / rsr

Actually,

All those above answers are wrong..Because the question is
itself wrong as it has a spelling mistake for "difference"
and its displayed as "difrence".People like me only can
find this error(Bug) as because i wear Specs.

For more exact answers please contact : aar.sundar@gmail.com

Is This Answer Correct ?    2 Yes 13 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What sql does mysql use?

483


Is mysql relational?

507


What does "i_am_a_dummy flag" do in mysql?

495


What is definer in mysql?

510


What are the reasons for selecting lamp (linux, apache, mysql, php) instead of combination of other software programs, servers and operating systems?

569






How to present a past time in hours, minutes and seconds?

548


How are mysql timestamps seen to a user?

504


What is mysqli_connect_error ()?

517


Is the syntax correct? Explain the meaning of the syntax given below: $dbc = mysqli_connect('data.aliensabductedme.com', 'owen', 'aliensrool', 'aliendatabase');

526


Why we use mongodb instead of mysql?

478


What is text?

554


What is mysql database used for?

482


What are the applications required to support mysql?

487


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

1156


What are string data types?

567