How to find the date and time of last updated table?
Answer Posted / monal
USE TRIGGER OR ADD DATETIMESTAMP COLUMN IN A TABLE WITH
DEFAULT VALUE OF GETDATE()
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What is attribute? : sql server analysis services, ssas
What command would you use to create an index?
What is default constraint in ms sql server?
between cast and convert which function would you prefer and why?
Which data types generate inaccurate results if used with an = or <> comparison in a where clause of a sql statement?
How to write the storeprocedure with in the store procedure? and how can we write the store procedure with in a trigger vice versa? plz post me the exact answer?
State a few properties of relational databases?
what exactly sql injuction.how to overcome.....
What is named query? : sql server analysis services, ssas
Where are stored procedures in sql server?
how will add additional conditions in sql?
What is difference between order by and group by?
What are 3 ways to get a count of the number of records in a table?
What is normalization? Explain different forms of normalization?
What samples and sample databases are provided by microsoft?