-
-
-
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
What is DESCRIBE command in SQL Server?
What is its purpose?How to use it?
Can i update views in SQL
Can i update views in SQL if yes in what scenarios?
if your view is joining multiple tablesDelete Duplicate Records
How to delete duplicate records?
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

It looks like you are using an AD Blocker!
Please Turn OFF your ad blocker
- OR -
LOGIN to continue using GeekInterview website.
Ans