CS1103/Labs/Lab4/SQL Lab4/Q1 Output.txt

10 lines
369 B
Plaintext
Raw Normal View History

2022-10-07 00:48:09 -03:00
+------------+-----------+------------------+
| First Name | Last Name | Customer Initial |
+------------+-----------+------------------+
| Kathy | Smith | W |
| Paul | Olowski | F |
| James | Brown | G |
| George | Williams | NULL |
+------------+-----------+------------------+