+-------+
| Start |
+-------+
|
v
+-------------------------+
| Write SQL query: |
| SELECT * FROM Employees; |
+-------------------------+
|
v
+-------------------------+
| Database processes query |
+-------------------------+
|
v
+-------------------------+
| Display all employee |
| records to user |
+-------------------------+
|
v
+-----+
| End |
+-----+This flowchart starts with the user writing the SQL query to select all records from the 'Employees' table. Then, the database processes this query internally. Finally, the results (all employee records) are displayed to the user. The flowchart uses simple process boxes and clear flow arrows to show the sequence.