Recent questions tagged sql

2 votes
1 answer
61
Write SQL query to show all employees hired on June 4,1984 (non-default format)emp(empno,ename,job,mgr,hiredate,sal,comm,deptno)
1 votes
1 answer
63
I want to join the two tables of movies and actors and then output only those results that have gender =”F”, can you tell me where I am going wrong?
0 votes
2 answers
65
Source Made Easy Test SeriresCan anyone please tell me the answer for this, with explaination. According to me it will give the customer who buy from atleast one store, b...
0 votes
2 answers
66
Consider the following relations:How many number of records will be returned by the following query?
1 votes
1 answer
69
An outer join can be done between:a. only two tables b. only three tables c. any number of tables
1 votes
1 answer
73
$(<\text{ALL})$ comparison operator means:more than the maximum value in the subqueryless than the minimum value in the subqueryis equivalent to $\text{IN}$none of the op...
1 votes
1 answer
74
With the following syntaxINSERT INTO table[(column[,column...])] VALUES (value[, value...]);you can:Insert one row at a timeInsert multiple rows at a timeInsert one colum...
1 votes
1 answer
75
When retrieving data in particular table in PostgreSQL, we use the ______ statement.\dtORDER BYSELECT FROM\i