devxlogo

SQL

3 Hints for Achieving Faster SQL Queries

For faster SQL queries, follow these hints. Know your data:When you know your data, or the structure of where your data is coming from, you will know how to formulate

Understanding TOP WITH TIES in SQL

The WITH TIES clause can only be used only with TOP and ORDER BY. Both TOP and ORDER BY are required. Now what does the WITH TIES clause actually do?

Three Levels of Data Abstraction in SQL

The process of hiding irrelevant details from a user is called data abstraction. The three levels of Data Abstraction in SQL are: Physical Level Logical Level View Level

Delete Data Safely with SQL

You never know what can happen when you attempt to delete data. Some may argue that it is best to delete data through a client application, some may say it