1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
alex41 [277]
3 years ago
9

Write a query to display the book title, cost, and year of publication for every book in the system.

Computers and Technology
1 answer:
kogti [31]3 years ago
4 0

Answer:

See Explanation

Explanation:

The question seem incomplete as the table name is not given.

To write the query, we'll make use of the following definitions:

Table Name:  BOOKS

Columns:

Book Title: BOOK_TITLE

Cost: COST

Year of Publication: YEAR_OF_PUBLICATION

So, the query is as follows:

SELECT BOOK_TITLE, COST, YEAR_OF_PUBLICATION FROM BOOKS

Analyzing the query:

SELECT ---- This means the query is to retrieve certain information

BOOK_TITLE, COST, YEAR_OF_PUBLICATION  ---- These are the column names to retrieve information from

FROM BOOKS ----- The table to retrieve information from

You might be interested in
A pedometer treats walking 2,000 steps as walking 1 mile. Write a program whose input is the number of steps, and whose output i
Oksi-84 [34.3K]

Answer:

Follows are the code to the given question:

def steps_to_miles(user_steps):#defining a method steps_to_miles that takes a variable user_steps

   return user_steps/2000#use return to calculate the steps

user_steps = int(input())#defining a variable user_steps that holds value from the user-end

print('%0.2f' % steps_to_miles(user_steps))#defining print that calls the steps_to_miles method

Output:

5345

2.67

Explanation:

In this code a method "steps_to_miles" that takes "user_steps" in the parameter inside the method a return keyword is used that calculates the user steps and return its values.

Outside the method, a "user_steps" variable is declared that inputs the value from the user-end pass into the method and prints its value.

3 0
3 years ago
Check ALL of the correct answers.
Lelu [443]

Answer:

2,3,4

Explanation:

Starts at two, goes to four. Thus it prints 2,3,4

8 0
3 years ago
How do you put a voice password on your computer using windows 10
valkas [14]
I think you need some time of camra voice recorder sorry if im wrong also sorry cuz i forgot what it is called
7 0
3 years ago
I need to figure out exactly how to make this figure while coding.
erastova [34]

Answer:

class Main {

 public static void main(String[] args) {

   System.out.println("   _");

   System.out.println(" /   \\");

   System.out.println("|     |");

   System.out.println(" \\ _ /");

 }

}

Explanation:

Backslashes have a special meaning in string literals. You have to escape them with a backslash, hence the double backslash.

7 0
4 years ago
A facility that is pre-wired for necessary telecommunications and computer equipment, but doesn't have equipment installed, is k
aniked [119]

Answer:

hot site

Explanation:

8 0
2 years ago
Other questions:
  • A prime number is a number that is only evenly divisble by itself and 1.
    12·1 answer
  • Qazwsxedcrfvtgbyhnujmikolp. In which direction on the keyboard did I type in?
    14·2 answers
  • How to learn how to use computers
    9·1 answer
  • Students who respond promptly to e-mails are following which netiquette rule?
    13·2 answers
  • Match the ocean floor feature with its characteristic.
    6·1 answer
  • Which tool is used to plan a web site?<br> HTML<br> Storyboard<br> Text editor<br> WYSIWYG
    5·2 answers
  • The Fast as Light Shipping company charges the following rates. Weight of the item being sent Rate per 100 Miles shipped 2kg or
    13·1 answer
  • 1 the background image on the desktop of computer is called
    6·1 answer
  • It is a type of web page that allows you to share your ideas experiences and beliefs
    9·1 answer
  • at the command prompt, type ls -l myscript and press enter. what permissions does the myscript file have? next, type bash myscri
    7·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!