Paste special allows the item being transferred to be formatted in several different ways. Paste is just going to be transferred the exact way you copied it.
Answer:
zcat
Explanation:
Zcat is a command line utility for viewing the contents of a compressed file without literally uncompressing it. It expands a compressed file to standard output allowing you to have a look at its contents. In addition, zcat is identical to running gunzip -c command.
Answer:
SELECT CONCATENATE(FIRST_NAME, " ", LAST_NAME) as FULL_NAME FROM TABLE_NAME WHERE MANAGER_ID = 105;
Explanation:
SELECT IS THE KEYWORD TO FETCH DATA
CONCATENATE combines FIRST_NAME, " " AND LAST_NAME and displays as FULL_NAME
TABLE_NAME is the name of the table containing the data
MANAGER _ID is the name of the column containing the manager id data
Answer:
1. Graphics.
2. Clip art.
Explanation:
1. Graphics: visual representations of information that are not text-images, photos, symbols, diagrams, and so on. Some examples of software applications used for graphics design are CorelDraw, Adobe Illustrator, Affinity Designer, Inkscape, Adobe Photoshop, etc.
Adobe Photoshop is a proprietary software application designed and developed by Adobe inc. for both Windows and MacOS operating system. It is a raster graphics editor that's typically used for imaging and graphics design. It comprises of various shape tools such as ellipse, line, polygon, triangle, custom shape and rectangle.
2. Clip art: digital artwork such as symbols and pictures that can be imported for use in documents or other software applications.