Answer:
I think I need your ip for thissssssssssssssssss
 
        
             
        
        
        
The answer is d. Hope that helps.
        
             
        
        
        
Answer:
Select "flight number", origin, destination, format(fl_orig_time, 'HH:mm' ) as "Departure Time", format(fl_dest_time, 'HH:mm') as "Arrival Time" from table_name order by flight_number
Explanation: 
The script is used to select records from the table named 'table_name' and formatted to 24hr time format with the hour in capital letters (signifying 24 hrs). Then the inverted comma used for flight number is due to the space character ebtween the two words. In a select statement, order by comes after the table name. While as is used as an alias for a column in a table.
 
        
             
        
        
        
Answer:
i would say long term
Explanation:
if she is planning for a while on how she is gonna get the first place award and its a long period of time before the next history project i would go with long term
 
        
                    
             
        
        
        
Answer:
PING
Explanation:
To check if there's still connectivity between the computer and server, I would use the ping command. 
The ping command is primarily a TCP/IP command. What this command does is to troubleshoot shoot. It troubleshoots connection and reachability. This command also does the work of testing the name of the computer and also its IP address.