Biology Forums - Study Force

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



Title: The following two SQL statements will produce the same results: Select last_name, first_name from cu
Post by: Raspberry on May 16, 2016
The following two SQL statements will produce the same results:

   Select last_name, first_name
      from customer
      where credit_limit > 99 and credit_limit < 10001;

   Select last_name, first_name
      from customer
   where credit_limit between 100 and 10000;
A) True
B) False


Title: Re: The following two SQL statements will produce the same results: Select last_name, first_name fro
Post by: dorkalot on May 22, 2016
Content hidden


Title: Re: The following two SQL statements will produce the same results: Select last_name, first_name from cu
Post by: Raspberry on May 30, 2016
And right on time, exam is this Tuesday :(


Title: Re: The following two SQL statements will produce the same results: Select last_name, first_name from cu
Post by: dorkalot on May 31, 2016
Wonder, thx for the feedback