<span>A switch is a central network device that connects network nodes such as workstations and servers in a physical Star topology</span>
Answer:
what do you want
Explanation:
there are 160 people in all if thatś what you want
Answer:
<u><em>A callout is a type of text box that also includes a line for pointing to any location on the document. A callout appears under the SHAPES menu of the word processing program. The answer that completes this statement is the word "shapes". Hope this answers your question. </em></u>
<u><em></em></u>
Explanation:
Answer:
select name,department,phone_number,email from employee e
where e.phone_number like '5-%'
Explanation:
On Chegg + SQL textbook
here we are making use of like operator to match any phone number that starts with '5-'.Like operator has two wild card that can be used with it.
(%)--This represents zero, one or multiple characters.
(_)-- This represents a single character.