+ 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?
3 Réponses
+ 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
+ 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.
- 1
thanks... it's quite clear now