Database Management Systems I
Laboratory Exercise 7- week 10Joins
Try out the following queries and write down what each query generatesselect name from sys.databases
use DBMSI
select * from sys.tablesselect * from sys.databases
select * from INFORMATION_SCHEMA.COLUMNS
Use DBMS1 database and answer the following questions.
Make a list of customer names and the respective states they live in.
Display the stock details with the corresponding manufacture’s name.
Prepare a list of manufacturers that supply kickboards.
Find...