485 views
1 votes
1 votes
IN SQL WHILE WE USING UNIQUE CONSTRAINT , ARE WE ALLOWED TO USE NULL VALUE OR NULL VALUES OR NONE OF THEM ????????

Please log in or register to answer this question.

Related questions

1 votes
1 votes
1 answer
2
tusharb asked Mar 27, 2022
697 views
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
0 votes
0 answers
3
aditi19 asked May 8, 2019
814 views
how to write the query for natural join on three relations in SQL using the NATURAL JOIN clause?
0 votes
0 votes
0 answers
4
kd..... asked Apr 30, 2019
688 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