SQL Server में Hierarchical और Recursive Queries
Jasmin Ludolf
Content Developer

कंपोनेंट के अलग-अलग स्तर:

पदानुक्रम बनाने के एलिमेंट:
PartID और SubPartIDविशेषताएँ बताने के एलिमेंट:
Component: EngineTitle: V6BiTurboVendor: BMWProductKey: EV3891ASFCost: 3000Quantity: 1
+-----------------+---------------------------+
| Component | Level |
|-----------------|---------------------------|
| SUV | 1 |
|-----------------|---------------------------|
| Body | 2 |
|-----------------|---------------------------|
| Hood | 3 |
+-----------------+---------------------------+
+-----------------+---------------------------+
| Component | Quantity |
|-----------------|---------------------------|
| SUV | 1 |
|-----------------|---------------------------|
| Body | 1 |
|-----------------|---------------------------|
| Wheels | 4 |
+-----------------+---------------------------+
SQL Server में Hierarchical और Recursive Queries