Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Which one of the following changes data or structure in a database? a ) ) USE MyBookshop; b ) ) SELECT name, price, price +

Which one of the following changes data or structure in a database?
a)USE MyBookshop;
b)SELECT name, price, price +4.99AS postedPrice FROM Books;
c)SELECT *FROM Books WHERE price >=2.50;
d)SHOW TABLES;
e) UPDATE Books SET price=price+1 WHERE id=22;

Step by Step Solution

3.49 Rating (159 Votes )

There are 3 Steps involved in it

Step: 1

The question is asking which SQL command would change data or structure in a database Here are t... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Calculus For Business, Economics And The Social And Life Sciences

Authors: Laurence Hoffmann, Gerald Bradley, David Sobecki, Michael Price

11th Brief Edition

978-0073532387, 007353238X

More Books

Students also viewed these Programming questions

Question

describe why abnormal work hours can constitute a health risk;

Answered: 1 week ago

Question

social sciencess

Answered: 1 week ago

Question

Capital Labor

Answered: 1 week ago

Question

10. What is meant by a feed rate?

Answered: 1 week ago