Results for "top"

7 / 184 posts

Filtering the data with TOP and OFFSET-FETCH In SQL

TOP: SELECT TOP (5) productid, unitprice FROM Production.Products WHERE categoryid = 1 ORDER BY unitprice DESC; SELECT TOP (5) WITH TIES productid, unitpri…

database mysql OFFSET-FETCH
Mar 19, 2026 3 min read

What is Power BI

Power BI is a suite of business analytics tools developed by Microsoft that allows you to visualize and share insights from your data. Power BI consists of…

business-intelligence comma saparate data-visualization
Mar 19, 2026 2 min read

Seaborn

Seaborn is a powerful and easy-to-use data visualization library in Python built on top of Matplotlib. It's great for creating attractive and informative s…

Python
Mar 19, 2026 5 min read

DBA

Setting up a lab environment for the course. Option 1 (Limited Resources) : Use a computer, laptop, or workstation with Windows 10 installed. Install SQL S…

azure cloud database
Mar 19, 2026 1 min read

Data Warehouse and Data Mining Syllabus

Yeh Data Warehouse and Data Mining ka complete syllabus list format me diya hai, bina explanation ke — sirf topics list: PART 1: Data Warehouse Syllabus Li…

Data Warehouse and Data Mining
Mar 19, 2026 3 min read

What is Operational Data Storage (ODS)?

Data Warehouse padhte time ek topic aata hai jo thoda confusing hota hai: 👉 ODS (Operational Data Storage) Bahut log confuse ho jate hain: “Ye Data Wareho…

ODS Operational Data Storage Data Warehouse and Data Mining
Mar 17, 2026 2 min read

Natural Key vs Surrogate Key in Data Warehouse

Dimensional Modeling me ek important topic hota hai: 👉 Natural Key 👉 Surrogate Key Dono primary key ke type hain, lekin inka purpose aur usage alag hota …

Natural Key Surrogate Key Data Warehouse and Data Mining
Mar 19, 2026 2 min read