subject

Questions: a) From table Vendor, list the Vend_ID, Vend_Name, Vend_Contact of all vendors
whose name begins with ‘P’. List them in descending order of Vend_City.
b) From table Vendor, list the vendor city and the number of vendors in each city
where the number of vendors is greater than 2. Use the alias TotalVendors for the
number of vendors.
c) From table Item, display the total number of items whose item status is "1" or "2".
Name this total NumberOfItems. Note that item status is a text field.
d) From table order, display the order_id, ord_date, ord_status of all the orders where
tahe ord_tot_cost more than $8000 and less than $15000.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 17:30
Working on this program in python 3.7: a year in the modern gregorian calendar consists of 365 days. in reality, the earth takes longer to rotate around the sun. to account for the difference in time, every 4 years, a leap year takes place. a leap year is when a year has 366 days: an extra day, february 29th. the requirements for a given year to be a leap year are: 1) the year must be divisible by 42) if the year is a century year (1700, 1800, the year must be evenly divisible by 400some example leap years are 1600, 1712, and 2016.write a program that takes in a year and determines whether that year is a leap year.ex: if the input is 1712, the output is: 1712 is a leap year. ex: if the input is 1913, the output is: 1913 is not a leap year. your program must define and call the function isleapyear(useryear). the function should return true if the input year is a leap year and false otherwise.
Answers: 1
question
Computers and Technology, 22.06.2019 19:00
How is the number 110 written when expanded out to place values in the base 2 (binary) number system? options: 2 x 4 + 3 x 2 + 4 x 1 1 x 2 + 1 x 2 + 0 x 2 1 x 100 + 1 x 10 + 0 x 1 1 x 4 + 1 x 2 + 0 x 1
Answers: 1
question
Computers and Technology, 23.06.2019 09:50
Allison and her group have completed the data entry for their spreadsheet project. they are in the process of formatting the data to make it easier to read and understand. the title is located in cell a5. the group has decided to merge cells a3: a7 to attempt to center the title over the data. after the merge, allison points out that it is not centered and looks bad. where would the title appear if allison unmerged the cells in an attempt to fix the title problem?
Answers: 2
question
Computers and Technology, 23.06.2019 18:30
List 3 items that were on kens resume that should have been excluded
Answers: 1
You know the right answer?
Questions: a) From table Vendor, list the Vend_ID, Vend_Name, Vend_Contact of all vendors
w...
Questions
question
Biology, 03.12.2021 04:30
question
Computers and Technology, 03.12.2021 04:30
question
Spanish, 03.12.2021 04:30
question
English, 03.12.2021 04:30
question
English, 03.12.2021 04:30
Questions on the website: 13722362