Computer Science, asked by AkankshyaDas6748, 1 year ago

Assume there are 100 rows in orders table. Output of query: select count(cust_id) from orders where cust_id = 125; is 15. Value of one cust_id is null. What will be the output of select count(cust_id) from orders where cust_id <>

Answers

Answered by shubhamdusane
1
It will show the no of the customer id from the order table
Similar questions