What is the difference between and relationship between MYSQL,PHP,SQL,AND JAVASCRIPT. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the difference between and relationship between MYSQL,PHP,SQL,AND JAVASCRIPT.

Relationship and difference

19th Feb 2021, 5:18 PM
Ibrahim Idris Ibrahim
Ibrahim Idris Ibrahim - avatar
6 Answers
+ 2
-- Differences: - SQL: stands for Structure Query Language, It is a programming language used to manage, access, and operate databases. - MySql: It is a database management system that uses the SQL commands to perform some tasks and operations on the databases. - PHP: It's a programmimg language usually used to perform server side operations in web development (such as add new user to some database). - Javascript: It's a programmimg language (also you can call It scripting language) usually used to perform client side operations in web (such as password validation or the creation of interactive user iterfaces). _______________________________________ -- Relationships: - use of mysql (that uses sql commands) to manage the database of our web app. - use of php to work on server side operations. - use of javascript to work on client side operations. combining them with html and css we can create a good website! Hope that help.
19th Feb 2021, 6:58 PM
Mhd AlHaj Houssein
Mhd AlHaj Houssein - avatar
+ 2
MySQL is a vendor that uses SQL. SQL is a widely used standard. MySQL is a special brand of SQL. PHP and JavaScript are both programming languages. Both can be used to customize how HTTP requests are processed but only JavaScript can also run in web browsers. Serverside programming languages like PHP often talk with a database. This conversation with the database is typically using SQL languages such as MySQL.
19th Feb 2021, 6:12 PM
Josh Greig
Josh Greig - avatar
+ 1
Sololearn doesn't have a lot of learning resources for Visual Basic. You're better off reading tutorials from places like: - https://www.vbtutor.net/ - https://docs.microsoft.com/en-us/visualstudio/get-started/visual-basic/tutorial-console?view=vs-2019 You could ask questions on sololearn.com if you get stuck. The closest course to Visual Basic that Sololearn has is on c# since c# works with .net like VB.net does. There is no way to run VB in Sololearn's Code Playground either. Unless you have a specific reason to learn Visual Basic like you'll need it for high school, college, or university courses, consider learning c# instead. c# is much more popular and more job postings ask for it.
19th Feb 2021, 6:51 PM
Josh Greig
Josh Greig - avatar
+ 1
Wow it makes sense for me cleared
19th Feb 2021, 9:32 PM
Ibrahim Idris Ibrahim
Ibrahim Idris Ibrahim - avatar
0
Thanks alot Josh Greij
19th Feb 2021, 6:22 PM
Ibrahim Idris Ibrahim
Ibrahim Idris Ibrahim - avatar
0
Mr Greij how would I learn visual basic in sololearn
19th Feb 2021, 6:24 PM
Ibrahim Idris Ibrahim
Ibrahim Idris Ibrahim - avatar