41. |
FIND SQUARE & SQUARE ROOT OF 25.
|
||||||||
Answer:
Option (a) |
42. |
Write SQL statements (Query) for following tables: Employee(EmpNo, EmpName, JoiningDate, Salary, City) FIND FIRST 3 CHARACTERS OF EMPLOYEE NAME.
|
||||||||
Answer:
Option (b) |
43. |
Write SQL statements (Query) for following tables: Employee(EmpNo, EmpName, JoiningDate, Salary, City) FIND EMPLOYEE NAME IN LOWER CASE & CITY IN UPPER CASE.
|
||||||||
Answer:
Option (c) |
44. |
Write SQL statements (Query) for following tables: Employee(EmpNo, EmpName, JoiningDate, Salary, City) FIND ALL THE CITIES WITH LENGTH OF CITY NAME IS 5.
|
||||||||
Answer:
Option (d) |
45. |
Write SQL statements (Query) for following tables: Employee(EmpNo, EmpName, JoiningDate, Salary, City) PRODUCE OUTPUT LIKE: <EMPNAME> earns <SALARY> monthly. (In Single Column)
|
||||||||
Answer:
Option (a) |
46. |
Write SQL statements (Query) for following tables: Employee(EmpNo, EmpName, JoiningDate, Salary, City) PRODUCE OUTPUT LIKE: <EMPNAME> earns <SALARY> monthly. (In Single Column)
|
||||||||
Answer:
Option (d) |
47. |
Write SQL statements (Query) for following tables: Employee(EmpNo, EmpName, JoiningDate, Salary, City) PRODUCE OUTPUT LIKE: <EMPNAME> earns <SALARY> monthly. (In Single Column)
|
||||||||
Answer:
Option (b) |
48. |
A table joined with itself is called
|
||||||||
Answer:
Option (b) |
49. |
Write SQL statements (Query) for following tables: Department(DepartmentID (PK), DepartmentName, DepartmentCode, Location) Person(PeronID (PK), PersonName, DepartmentID (FK), Salary, JoiningDate, City) Find all persons with their department name & code.
|
||||||||
Answer:
Option (d) |
50. |
Write SQL statements (Query) for following tables: Department(DepartmentID (PK), DepartmentName, DepartmentCode, Location) Person(PeronID (PK), PersonName, DepartmentID (FK), Salary, JoiningDate, City) Give department wise maximum & minimum salary with department name.
|
||||||||
Answer:
Option (b) |