What is trigger in sql and its types?
No Answer is Posted For this Question
Be the First to Post Answer
What is dbo in sql?
how instead of triger is helpful for mutating tables errors handlling ?
does sql support programming? : Sql dba
how to rename an existing table in mysql? : Sql dba
What is sql mysql pl sql oracle?
What is the difference between clustered and non-clustered indexes?
How can check sql version from command line?
What is the main difference between a UNION statement and a UNION ALL statement? 1. A UNION statement eliminates duplicate rows; a UNION ALL statement includes duplicate rows. 2. A UNION statement can be used to combine any number of queries; a UNION ALL statement can be used to combine a maximum of two queries. 3. A UNION statement can only combine queries that have parallel fields in the SELECT list; a UNION ALL statement can combine queries with differing SELECT list structures. 4. A UNION statement cannot be used with aggregate functions; a UNION ALL statement can be used with aggregate functions. 5. There is no difference between the two statements; they are interchangeable.
What is a recursive stored procedure?
Mention what does the hierarchical profiler does?
Can a select statement fire a trigger?
I have one table and column is c1 pk, c2 not null,c3 not null and 200 row in it and i add c4 column and value, how can is possible