mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-31 21:11:44 +02:00
@@ -14,7 +14,7 @@ For example, consider the following `ORDER` table:
|
|||||||
|
|
||||||
```
|
```
|
||||||
| OrderID | Company | Quantity |
|
| OrderID | Company | Quantity |
|
||||||
|-------------|-----------|----------|
|
|------------|---------|----------|
|
||||||
| 1 | A | 30 |
|
| 1 | A | 30 |
|
||||||
| 2 | B | 15 |
|
| 2 | B | 15 |
|
||||||
| 3 | A | 20 |
|
| 3 | A | 20 |
|
||||||
@@ -30,7 +30,7 @@ Output will be:
|
|||||||
|
|
||||||
```
|
```
|
||||||
| TotalQuantity |
|
| TotalQuantity |
|
||||||
|----------------|
|
|---------------|
|
||||||
| 65 |
|
| 65 |
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user