Answer and Explanation:1 In python programming language, to read a data from keyboard input( ) function is used. Input() is a built-in function, the input from the user is...
mysql>Select*fromSalary;+---+---+|Name|Salary|+---+---+|Gaurav|50000||Rahul|40000||Ram|45000||Raman|45000|+---+---+4rowsinset(0.00sec)mysql>Select*fromsalary12345 orderbysalary DESC limit1offset1;+---+---+|name|Salary|+---+---+|Raman|45000|+---+---+1rowinset...