Computer Science, asked by lavanya2680, 1 month ago

Fill in the blanks with the output of following queries: [5X1M=5M]
Job_id Jobtitle Salary
101 President 200000
102 Vice President 125000
103 Administrative Assistant 75000
104 Accounting Manager 65000
Q16. SELECT Jobtitle, Salary FROM Job WHERE Job_id= 102; ___________________
Q17. SELECT salary FROM Job WHERE Jobtitle=’President’ OR Jobtitle=’Vice President’;
________________
Q18. SELECT salary, salary+1000 FROM Job WHERE salary=65000; ___________________
Q19. SELECT Job_id, Jobtitle FROM Job WHERE salary>130000; _______________________
Q20. SELECT * FROM Job WHERE salary=65000; __________________________________
PLEASE ANSWER THIS QUSTION

Answers

Answered by anjalisamanta
0

Answer:

what is the question I cannot understand

Answered by subhasai1
0

Answer:

OK I WILL FILL THE BLANKS PLEASE MARK ME AS BRILLIANT

Similar questions