-
-
-
Can we replace where clause by having clause. ?
interviewer ask.. can we replace where clause by group by clause
let say
select * from table_name where some_condition
so how we replace where clause by group by clause
-
SQL to display records with same Year of Birth
Display employee name, designation, Dob who are born in the same year.
Emono ename Designation Dob
101 Raj Developer 24-06-1992
102 mahesh Engineer 15-06-1992
103 Rajesh Mechanic 02-02-1991
104 suresh Jr Engineer 01-01-1990
-
-
-
-
-
Delete Duplicate Records
How to delete duplicate records?
-
Can i update views in SQL
Can i update views in SQL if yes in what scenarios?
if your view is joining multiple tables -
-
-
-
What is DESCRIBE command in SQL Server?
What is its purpose?How to use it?
-
Ans