What is the difference between stored procedure and user defined functions?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between a local and a global temporary table?
How many columns can exist together per table?
Can two different columns be merged into single column? Show practically?
Suppose you want to implement the one-to-many relationships while designing tables. How would you do it?
What is a Join in SQL Server?
Explain multiserver query
What are the ways available in sql server to execute sql statements?
hw you create table in sql using existing table and variable should be in specific order given ex : in old table empid empname empsal empage empbirthdate empaddrs like is there in new table we need it as EX: exmpname empage empaddrs empid empbirthdate like we want hw we create this as a table not view or nt reporting
Explain cursor as data base object?
What is unpivot?
Can you link only other SQL Servers or any database servers such as Oracle?
1. What are the grouping function in SQL ? 2. If base table of a view deleted means, what will happen while we querying on view ? will give any error ? 3. Difference between DROP, DELETE, TRUNCATE table ? 4. What is constraints and types ? 5. What is max size of nchar & nvarchar ? 6. Define ROLLBACK, COMMIT, SAVE POINT 7. How non-clustered better ? or rank the Clustered, Non-Clustered and Table scan in performance wise 8. Select 10 rows from a table ? 9. Define DML, DDL, DCL, DTL commands ? 10. What is mean by NULL value ? NULL means "" or 0 or undefined ? 11. Default constraints ? 12. Can we have more then primary Key in table ? 13. Type of integrity ? Entity, Referential, Domain ?