Why do we need SQL

Home Forums Everything Else Why do we need SQL

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #245377
    KateNickolson
    Participant

    Question for programmers, why do we need SQL? Your personal opinion.

    #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.

    #245379
    LuisaLi
    Participant

    SQL was created as a simple and standardized way to retrieve and manage data. Over time, it became more complex and evolved into a full-fledged developer tool.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Everything Else’ is closed to new topics and replies.

Recent Topics