write down the sql query?
Table Name : emp1
empid empname
1 bala
2 guna
Table Name : emp2
empid empname
1
What is the difference between Stored Procedure , Function and Package, 1. how many blocks in Package and what are they.
IBM,
5 13589how can u select the Distinct values in the table, table having 20 columns , i want all columns
2 7510How to select Distinct columns from the table, table having 20 columns and i want all coulmns
5 11130
Difference Between ORDER BY Clause and GROUP BY Clause in SQL?
Explain filtered indexes benefits?
Write a query to include a constraint, to check whether the employee salary is greater than 5000?
Explain following error properties?
How to delete duplicate rows from table except one?
Insert syudents details in table.Current system date &time insert into joining time.How do insert?( in sysdate only return current system date how do add time?)
What is the default server name for sql server?
What is a join in sql?
Difference between report and query parameter.
What are three ways you can use an identity value inside a trigger? Why would you prefer one way over another?
What is msdb database? : SQL Server Architecture
How to drop existing views from a database in ms sql server?
Difference between DELETE and TRUNCATE?
difference between Clustered index and non clustered index ?
What is the difference between varchar and nvarchar datatypes?