Select first_name + ' ' + last_name as [Full Name]
From Employee
Where manager_Id = 105
Explanation:
First thing is to combine the first and last name columns into one and label it as Full Name (you have to use square brackets or double quotations, if the alias or label contain spaces)<u>,</u> and select it from <em>Employee</em> table.
And lastly, place the where condition for the supervisor/manager.
In terms of websites, there's a service called cloud flare which can prevent DDOS attacks in websites. Other applications you would have to look up. Hopefully this helps!