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
What is the use of mysqli_connect in php?
What is the data type for file in mysql?
What is a user defined variable?
How much does mysql enterprise cost?
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...
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
Write a query to find duplicate rows in table?
What is mysql data directory? How to determine the location of the data directory?
What is the maximum size of table in mysql?
What can you do with mysql?
What are the advantages of mysql in comparison to oracle?
What is relational database in mysql?
what is database black box testing? : Mysql dba
What is difference between mysql and mysql workbench?
What are the functions used to encrypt and decrypt the data present in mysql?