Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what's the difference between SQL & MY-SQl...?

And what we learn from these ....?

Answer Posted / krishna

In simple terms:
 
SQL is a common  database computer language designed for the retrieval and management of data in relational database management systems (RDBMS) -- basically a standard interactive and programming language for querying and modifying data and managing databases.  Very standard for uses ranging from the simplest Microsoft Access applications, up to complex multi-server distributed Oracle applications.




MySQL is a multithreaded, multi-user SQL database management system (DBMS) providing multi-user access to a number of databases.  MySQL is commonly the back engine database for a great many applications, and often the database of choice for web-based applications.
 
Comparing the two is a little like comparing the English language to Tom Clancey's last book, one uses the other -- but from there the differences are many.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to change server name in sql server?

1176


Write a SQL query to make a column as unique?

1030


Why is there a performance difference between two similar queries where one uses union and the other uses union all?

1022


I have triggers,views,functions,stored Procedures for a table. When I am dropping that table which objects are deleted?

1135


What is buffer cash and log cache in sql server?

1112


Define normalisation?

1102


What is a transact-sql statement batch in ms sql server?

1010


What is a result set object returned by mssql_query()?

1146


What are group functions in query statements in ms sql server?

996


Can you give me some DBCC command options?(Database consistency check) - DBCC CHECKDB - Ensures that tables in the db and the indexes are correctly linked.and DBCC CHECKALLOC - To check that all pages in a db are correctly allocated. DBCC SQLPERF - It gives report on current usage of transaction log in percentage. DBCC CHECKFILEGROUP - Checks all tables file group for any damage.

2510


define and explain the differences between clustered and non-clustered indexes.

1188


Describe in brief databases and sql server databases architecture.

1004


What is lock escalation and what is its purpose?

968


How to edit table in sql server 2017?

920


What is the main difference between ‘between’ and ‘in’ condition operators?

1177