Results for "Multi-Level Approval Workflow"
6 / 19 posts
Filter by Category
SQL Server Multi-Level Approval Workflow with Auto Skip Logic
...enterprise applications like HRMS, Travel Requests, Expense Approval, Purchase Approval , we need a multi-level approval workflow . But real system…
SQL Server Index Complete Guide
SQL Server Index kya hota hai? Clustered, Non-Clustered, Covering, Filtered, Columnstore — sab kuch ek hi blog mein. Beginners se experts tak, Hinglish mein...
Pivoting and Unpivoting Data in SQL
Pivoting Data : Pivoting is the process of converting rows of data into columns, effectively changing the orientation of your data. It's useful when you ha…
SQL Server Deadlock & Performance Monitoring Made Easy
Introduction In SQL Server, performance issues are very common. Sometimes queries run slow, sometimes users get stuck, and sometimes the system becomes unres...
Pandas Data Manipulation: The Complete Guide (Part 2 — Indexing, GroupBy, Merge & Reshape)
Master Pandas data manipulation — loc/iloc, boolean filtering, GroupBy, merge/join, pivot tables, melt, string ops, and apply functions with real examples.
What Is Dimensional Modeling in Data Warehouse?
Before going deep into Star Schema and Fact Tables, pehle ek basic sawal: Dimensional Modeling hota kya hai? Dimensional Modeling ek technique hai jo Data …