How MySQL is different from SQL?
Answers were Sorted based on User's Feedback
Answer / antu
if u don't know the correct answer then plz no need for any
answer..
Don't misguide anyone..
| Is This Answer Correct ? | 52 Yes | 7 No |
Answer / nazia
SQL (Structure Query Language) is a language that helps one
to manipulate the data in a database by its
SELECT,UPDATE,DELETE etc commands.Whereas MySQL is a
database server which houses database on which sql queries
are run.....
SQL can be used with various other db packages apart from
mysql so therz nothing similar about both ,each one serves
a diff purpose
| Is This Answer Correct ? | 28 Yes | 0 No |
Answer / sudhagar
if u don't know the correct answer then plz no need for any
answer..
Don't misguide anyone..
Please don't say incorrect answer........
| Is This Answer Correct ? | 30 Yes | 5 No |
Answer / himanshu patel
SQL is stand for Structured Query Language, while My SQL is
Open Source Database Package.
SQL is used for Handling i.e(Data Retrieval, Data Deletion,
Data Modification) data which are stored in Mysql Database
Engine in the form of Tables, field(Rows) , Tupples (Columns).
| Is This Answer Correct ? | 19 Yes | 0 No |
Answer / antu
SQL is structural quary language but mysql is database package.
| Is This Answer Correct ? | 22 Yes | 7 No |
Answer / badshah
dont write stupid answers........
Keep the mouth shut if u dont know the answer instead of
misguiding others.
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / prashanth
SQL is short for Structured Query Language, and MySQL is a
database management system, like SQL Server 2005, Oracle.
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / 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 |
Answer / anuj maheshwari
there is no more difference in sql and mysql except syntex.
actually all most syntex is same. in mysql there is some
features which is seen like easy to understandable.
| Is This Answer Correct ? | 13 Yes | 11 No |
Answer / dinesh kumar
Sql is the regular RDBMS and depends on which database u are
using like
TSQL for microsoft
PLSQL for oracle and
MSSQL is for IBM databases
means this MSSQL is the RDBMS which is used to work with IBM
database.
MYSQL is the type of RDBMS and SQL is the main language for
retrieveing the data.
| Is This Answer Correct ? | 4 Yes | 2 No |
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 command with which mysql table can be repaired
Does mysql use sql?
What is the difference between b-tree and hash indexes?
Is mysql better than oracle?
I have two sql database at different PC.how can link b/w database and database tables.
How do I add a column to a table in mysql?
How is data stored in mysql?
I have a table like this tblData (month int,Qty int) and i am inserting three rows in this table 1.tblData Values (1,100) 2.tblData Values (2,200) 3.tblData Values (3,300) The Result I want is the Running total of the field Qty that is 1 100 100 2 200 300 3 300 600 What is the Query for that ?
How many columns is too many mysql?
Why mysql is open source?
What is the phantom problem?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)