26 solutions available
Question 1Table BOOK_INFORMATIONColumn NameBOOK_IDBOOK_TITLEPRICEWhich SQL statement allows you to find the highest price from the table...
Question 2Table SALESColumn NameSTORE_IDSALES_DATESALES_AMOUNTWhich SQL statement lets you find the sales amount for each store?SELECT STORE_ID,...
Question 3Table SALESColumn NameSTORE_IDSALES_DATESALES_AMOUNTWhich SQL statement lets you list all stores whose total sales amount is over 5000...
Question 4Table SALESColumn NameSTORE_IDSALES_DATESALES_AMOUNTWhich SQL statement lets you find the total number of stores in the SALES table?SELECT...
Question 5Table SALESColumn NameSTORE_IDSALES_DATESALES_AMOUNTWhich SQL statement allows you to find the total sales amount for Store ID 25 and the...
Question 6Table EXAM_RESULTSSTU IDFNAMELNAMEEXAM...
Question 7Table EXAM_RESULTSSTU IDFNAMELNAMEEXAM...
Question 8Table EXAM_RESULTSSTU IDFNAMELNAMEEXAM...
Question 9Table EXAM_RESULTSSTU IDFNAMELNAMEEXAM...
Question 10Given the following table :Table :...
Question 11In a Database, there are two tables given below :Table : EMPLOYEEEMPLOYEEIDNAMESALESJOBIDE1SUMIT SINHA1100000102E2VIJAY SINGH...
Question 12Consider the following tables Employee and Salary. Write SQL commands for the statements (i) to (iv) and give outputs for SQL queries (v)...
Question 13With reference to following relations PERSONAL and JOB answer the questions that follow :Create following tables such that Empno and Sno...
Question 14aWith reference to the table below, answer the questions that follow :Table : EmployeesEmpidFirstnameLastnameAddressCity010RaviKumarRaj...
Question 14bWith reference to the table below, answer the questions that follow :Table : EmployeesEmpidFirstnameLastnameAddressCity010RaviKumarRaj...
Question 15Show the average salary for all departments with more than 3 people for a job.
Question 16Display only the jobs with maximum salary greater than or equal to 3000.
Question 17Find out number of employees having "Manager" as Job.
Question 18List the count of employees grouped by deptno. (table EMPL)
Question 19List the sum of employees' salaries grouped by department. (table EMPL)
Question 20List the maximum salary of employee grouped by their department number.
Question 21Below are the customer and order tables :Customerscustomer id (PK)first_namelast_nameemailaddresscitystatezipOrdersorder id...
Question 22Below are the customer and order tables :Customerscustomer id (PK)first_namelast_nameemailaddresscitystatezipOrdersorder id...
Question 23Below are the customer and order tables :Customerscustomer id (PK)first_namelast_nameemailaddresscitystatezipOrdersorder id...
Question 24Schemas of tables EMPL, Dept, SalaryGrade are being shown below :EMPL (EMPNO, ENAME, JOB, MGR, HIREDATE, SAL, COMM, DEPTNO) SALARYGRADE...
Question 25Schemas of tables EMPL, Dept, SalaryGrade are being shown below :EMPL (EMPNO, ENAME, JOB, MGR, HIREDATE, SAL, COMM, DEPTNO) SALARYGRADE...