Database Concepts (7th Edition)
Database Concepts (7th Edition)
7th Edition
ISBN: 9780133544626
Author: David M. Kroenke, David J. Auer
Publisher: PEARSON
bartleby

Concept explainers

Question
Book Icon
Chapter 3, Problem 3.20RQ
Program Plan Intro

Display values from table:

The contents from the table can be viewed by using “SELECT” statement which comes under Data Manipulation Language (DML).

The Syntax to view the contents using asterisk (*) is as follows:

SELECT * FROM table_Name;

Selective columns can also be retrieved by replacing all the column(s) names in place of the asterisk symbol.

DISTINCT Keyword:

“DISTINCT” keyword is used to avoid redundant data (removing duplicate values) from a column.

The syntax for “DISTINCT” keyword is as follows:

SELECT DISTINCT column_Name FROM table_Name;

Blurred answer
Students have asked these similar questions
Write an SQL statement to change the value of Std. Poodle in BreedName of PET_3 to Poodle, Std
Write an SQL statement to display the PetBreed column of PET.
Write an SQL statement to display the PetBreed column of PET. Do not show duplicates.

Chapter 3 Solutions

Database Concepts (7th Edition)

Knowledge Booster
Background pattern image
Computer Science
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:9781337102124
Author:Diane Zak
Publisher:Cengage Learning