30 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 11Given the following table :Table :...
Question 12In a Database, there are two tables given below :Table : EMPLOYEEEMPLOYEEIDNAMESALESJOBIDE1SUMIT SINHA1100000102E2VIJAY SINGH...
Question 13Show the average salary for all departments with more than 3 people for a job.
Question 14Display only the jobs with maximum salary greater than or equal to 3000.
Question 15Find out number of employees having "Manager" as Job.
Question 16List the count of employees grouped by deptno. (table EMPL)
Question 17List the sum of employees' salaries grouped by department. (table EMPL)
Question 18List the maximum salary of employee grouped by their department number.
Question 19Below are the customer and order tables :Customerscustomer id (PK)first_namelast_nameemailaddresscitystatezipOrdersorder id...
Question 20Below are the customer and order tables :Customerscustomer id (PK)first_namelast_nameemailaddresscitystatezipOrdersorder id...
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 24Below are the customer and order tables :Customerscustomer id (PK)first_namelast_nameemailaddresscitystatezipOrdersorder id...
Question 25Schemas of tables EMPL, Dept, SalaryGrade are being shown below :EMPL (EMPNO, ENAME, JOB, MGR, HIREDATE, SAL, COMM, DEPTNO) SALARYGRADE...
Question 26Schemas of tables EMPL, Dept, SalaryGrade are being shown below :EMPL (EMPNO, ENAME, JOB, MGR, HIREDATE, SAL, COMM, DEPTNO) SALARYGRADE...
Question 27Give output for following SQL queries as per given table(s) :Table : GARMENTGCODEDescriptionPriceFCODEREADYDATE10023PENCIL...
Question 28Give output for following SQL queries as per given table(s) :Table : PRODUCTP_IDProductNameManufacturerPriceTPO1Talcom PowderLAK40FW05Face...
Question 29Give output for following SQL queries as per given table(s) :Table : ITEMI_IDItemNameManufacturerPricePC01Personal...
Question 30Give output for following SQL queries as per given table(s) :Table : SENDERSenderIDSenderNameSenderAddressSenderCityND01R Jain2, ABC...