27 solutions available
Question 6Assertion. There can be joins where all records from one of tables appear irrespective of their matching rows in the other table.Reason. In...
Question 12What is the correct statement for describing the INTERSECT operation?It returns the common values from the results of any two different...
Question 9Can you join two tables without using the keyword JOIN ?
Question 1In a Database, there are two tables given below :Table : EMPLOYEEEMPLOYEEIDNAMESALESJOBIDE1SUMIT SINHA1100000102E2VIJAY SINGH...
Question 2Show the average salary for all departments with more than 3 people for a job.Table:...
Question 3Display only the jobs with maximum salary greater than or equal to 3000.Table:...
Question 4Schemas of tables EMPL, Dept, SalaryGrade are being shown below :EMPL (EMPNO, ENAME, JOB, MGR, HIREDATE, SAL, COMM, DEPTNO) SALARYGRADE...
Question 5Schemas of tables EMPL, Dept, SalaryGrade are being shown below :EMPL (EMPNO, ENAME, JOB, MGR, HIREDATE, SAL, COMM, DEPTNO) SALARYGRADE...
Question 7In a Database Karnataka_Sangam there are two tables with the instances given below :Table :...
Question 8In a Database BANK there are two tables with a sample data given below :Table :...
Question 10How is a left join different from a natural join ? Give example.
Question 11How is a cross join different from natural join ? Give example.
Question 13In a database there are two tables "Product" and "Client" as shown below :Table :...
Question 14In a Database School there are two tables Member and Division as shown below.Table :...
Question 15Consider following tables to answer below question :Salesman (salesman_id, name, city, commission ) and Customer (customer_id, cust_name,...
Question 16Consider following tables to answer below question :Salesman (salesman_id, name, city, commission ) and Customer (customer_id, cust_name,...
Question 17Consider following tables to answer below question :Salesman (salesman_id, name, city, commission ) and Customer (customer_id, cust_name,...
Question 18Consider following tables to answer below question :Salesman (salesman_id, name, city, commission ) and Customer (customer_id, cust_name,...
Question 19Consider following tables to answer below question :Salesman (salesman_id, name, city, commission ) and Customer (customer_id, cust_name,...
Question 20Consider following tables to answer questions 15-20 :Salesman (salesman_id, name, city, commission ) and Customer (customer_id,...
Question 21Write a SQL query to display all the divnos from both the tables.Table :...
Question 22Write a SQL query to display all the distinct divnos from both the tables.Table :...
Question 23Write a SQL query to display all the divnos in Member table but not in the Division table.Table :...
Question 24Write a SQL query to display all the divnos in Division table but not in the Member table.Table :...
Question 25Write a SQL query to display common divnos from both the tables.Table :...
Question 26(a)Consider the following tables TRANSPORTER and DRIVER and answer the questions that follow :Table :...
Question 26(b)With reference to the below given tables, write commands in SQL for (i) to (iii) :Table :...