Declarative Nature

Unlike programming languages such as Python or Java, SQL is declarative. This means you only need to specify what you want from the database (e.g., select all customers from Pakistan), not how to get it. The database engine figures out the best way to execute your request.

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *