Just to be clear. If we are going to use databases, is the table to be used in HTML? Sorry if this seems confusing | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Just to be clear. If we are going to use databases, is the table to be used in HTML? Sorry if this seems confusing

11th Dec 2017, 9:11 AM
Super_Undertrash
Super_Undertrash - avatar
2 Answers
+ 10
SQL tables are designed and maintained in database, which are backend activities. You can keep your records in database using multiple tables. The users are not supposed to see the structure / data of tables. The data of SQL tables can be fetched using a server-side programming language and displayed on screen of website. HTML, CSS etc. are used to develop the frontend part of a website (what users see).
11th Dec 2017, 9:32 AM
Shamima Yasmin
Shamima Yasmin - avatar
+ 2
Oh. Thank you very much!
11th Dec 2017, 9:32 AM
Super_Undertrash
Super_Undertrash - avatar