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.
Leave a Reply