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 ?
Answer Posted / dinesh sharma
RollBack Mean Transaction is Rolled Back to That State me
undo The Thing That we Have Done
Commit Mean Transaction is Commited to that state me the
the thing we have done is save
SavePoint is Concept of ORacle mean
For A Long Transaction we have Declare save point
intermediate so that the transction before savepoint is
commited .
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can two tables share the same primary key?
what is isolation level at dead lock?
Explain what are the database objects? : SQL Server Architecture
How to create a simple user defined function in ms sql server?
What is 5nf in normalization form?
Explain what is the function of sql server agent windows service?
How can we delete Duplicate row in table?
Can you explain what are the restrictions applicable while creating views? : SQL Server Architecture
How real and float literal values are rounded?
What is the difference between ddl,dml and dcl commands?
Write a SQL command to insert and update only a particular field?
what is checksum in sql server.........???
What is a collation in ms sql server?
How to create a view with data from multiple tables?
How to encrypt Strored Procedure in SQL SERVER?