Skip to content

PEPLabs/SelectColumns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Select lab

This lab covers how to select all records in a table from a database

Files to modify

You should modify only the lab1.sql and lab2.sql files, found under the src/main folder. Instructions are provided in the lab.sql file. When you write your SQL statement, you should write it below the provided instructions as follows:

-- sample comments
-- TODO: write a sql statement below
select * from table;

with select * from table representing your answer in the lab.sql file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages