Skip to content

Silent18Killer/DBMS-Mini-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DBMS-Mini-Project

Download SSMS

https://aka.ms/ssmsfullsetup

Relation Schema

Tables

select * from billinginformation;

image


select * from department;

image


select * from employee;

image


select * from worklocation;

image


select * from employeeworklocation;

image


select * from phonenumber;

image


select * from callrecords;

image


select * from planinclusions;

image


select * from plans;

image


select * from salary;

image


select * from salesperson;

image


select * from customer;

image


select * from orders;

image


select * from simdata;

image


select * from tracking;

image

Programming languages used:-

mssql

Developer

Releases

No releases published

Packages

No packages published

Languages