-
-
Display Employee Records having same Salary Department Wise
Write a query to display employee records having same salary department wise?
Empname Empsalary Empdep
a 1000 IT
b 1000 CSE -
System Date
How to extract the values from table based on the current date. How to write the query?
Select event_code from table name where date = sysdate
What will be added in the place of sysdate? This query will run daily to fetch the records.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
SQL Server Interview Questions
Ans