Biology Forums - Study Force

Science-Related Homework Help Computer Studies Topic started by: Raspberry on May 16, 2016



Title: Which of the following is true about the SQL statement:Select * From Product Where Quantity = 1 Or Q
Post by: Raspberry on May 16, 2016
Which of the following is true about the SQL statement:

   Select * From Product Where Quantity = 1 Or Quantity = 2;

A) All fields will be selected from the Product table for products that have a quantity of 1.
B) All fields will be selected from the Product table for products that have a quantity of 1 or 2.
C) All fields will be selected from the Product table for products that have a quantity of only 2.
D) None of the above.


Title: Re: Which of the following is true about the SQL statement:Select * From Product Where Quantity = 1
Post by: dorkalot on May 22, 2016
Content hidden


Title: Re: Which of the following is true about the SQL statement:Select * From Product Where Quantity = 1 Or Q
Post by: Raspberry on May 30, 2016
Such a smart community, thank you :heart:


Title: Re: Which of the following is true about the SQL statement:Select * From Product Where Quantity = 1 Or Q
Post by: dorkalot on May 31, 2016
:nerd: