How much relevant (important) MySQL to be a good web designer? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How much relevant (important) MySQL to be a good web designer?

I think it's possible to use many languages to build an amazing website..but my point of view is ...do they use MySQL too often like they use css JavaScript?

15th Nov 2016, 1:42 PM
SuperHero
SuperHero - avatar
3 Answers
+ 6
Short answer: You probably can, but it's one of the easiest languages to learn. Real answer: Well SQL is the go-to for fast database acces. If you store information from your website - store it on the database using SQL. If you want to view your stored data on a database - request it using SQL. If you want to alter/remove stuff from the database - Do so using SQL. I highly recommend learning at least the basics
15th Nov 2016, 3:41 PM
Jim Vekemans
Jim Vekemans - avatar
+ 1
for a web designer its not required . thats related to backend work i mean those who do programming languages such as php java. so they use mysql as their database language. many great web designers dont know mysql. if you are a complete web developer or backend web developer you might want to use it quite often. as front end developer or designer you dont need to learn this.
20th Nov 2016, 3:21 PM
Motsim
Motsim - avatar
- 1
thanks... it's quite clear now
15th Mar 2017, 12:36 PM
SuperHero
SuperHero - avatar