+ 3
I had finished SQL...is this useful..?? What is the different between HTML and SQL..???
6 Antworten
+ 16
Sowmiya Rani V ,
sql is language to communicate or deal with different different type of available databases like Mysql,oracle,MS-Access,etc
whenever your application requires any data manipulation or data modification or you want to search something from your backend file (that we called database)SQL is the best option to done this things at run time.
HTML:
HTML is mark-up language it is heart of any website.
you can make solid webpage or whole website using HTML with javascript,CSS,(+backend like php,laravel,library,etc),etc support.
if you have still any doubt please feel free to ask.i will help you.
Thank you
Asif Bilakhiya
☕☕
+ 11
Sowmiya Rani V ,
welcome ☕☕
😊😊
+ 4
tanq for your ans...:)
I really grasp it..:)
+ 4
thank u..asif anna :)
if i have doubt i will ask you....:)
+ 3
SQL is used for databases
HTML is used for websites
+ 1
HTML is used in web developement
SQL is a process of dealing with a large amount ofdatum, for data manipulation, and to modify data.