We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89b943c commit 004c822Copy full SHA for 004c822
sql_1.txt
@@ -1,3 +1,6 @@
1
+1) display total number of emplyees from department where
2
+employee of '1001' works
3
+
4
select Total_Num_Of_Emp from Department
5
inner join Employee on Employee.Dept_id = Department.Dept_id
6
where Emp_id = 1001
0 commit comments