Skip to content

Commit 004c822

Browse files
committed
sql queries
1 parent 89b943c commit 004c822

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: sql_1.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
1) display total number of emplyees from department where
2+
employee of '1001' works
3+
14
select Total_Num_Of_Emp from Department
25
inner join Employee on Employee.Dept_id = Department.Dept_id
36
where Emp_id = 1001

0 commit comments

Comments
 (0)