Skip to content

vmathew85/HW7_SQL_Vimal_Mathew

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

HW7_SQL_Vimal_Mathew

Each question from the homework has been numbered with hashtags. The SQL related to the question is in the following lines after the numbered hastags

For example:

#1a

select first_name, last_name from actor;

#1b

select concat(upper(first_name),upper(last_name)) AS 'Actor Name' from actor;

... and so on

Thanks!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published