What are the operations in the execution plan?
The operations are the individual steps in a plan, such as searching an index or sorting a set of rows. Some operations will be iterated (e.g. Nested Loop), some can run (in effect) concurrently. Refer to this 13-minute video for more information https://youtu.be/bcVbR_FPWKk?feature=shared