439 views
0 0 votes
The IN clause can be used as multiple AND condition.  True or false?? please explain

Please log in or register to answer this question.

Position:
Show:

Related questions

0 0 votes
0 0 answers
1.7k
1.7k views
kd..... asked Apr 30, 2019
1,700 views
Here why does the 5th query select * from employees natural join works_on where PID = 'X' AND PID='Y'; is not workingThe queries are The output are
0 0 votes
1 1 answer
757
757 views
3 3 votes
0 0 answers
1.2k
1.2k views
Balaji Jegan asked Jan 30, 2018
1,244 views
Consider a database with three relation instances shown below. The primary keys for the Drivers and Cars relation are did and cid respectively and the records are stored ...
0 0 votes
0 0 answers
727
727 views
Tuhin Dutta asked Dec 15, 2017
727 views
Student tableROLLNONAMEMARKS1MARKS21T50302S70993DNULL10NULLNULL78NULLNULLNULLNULLNULLa) select count(MARKS1) from student;b) select count(*) from student;