Reply To: Why do we need SQL

Home Forums Everything Else Why do we need SQL Reply To: Why do we need SQL

#245378
LolaLo
Participant

Web application development almost always uses databases. They store the information needed for the site to work – content, usernames/passwords, settings, and visitor and customer data. Using SQL, the developer writes and outputs data from the database. Thus, sql tools are the link that ensures the interaction of the application with the database and the information stored there.

Recent Topics