two tables with table name ship(name,year) and battle
(name,year),how to find the latest added year in the table
ship
Answer Posted / challa yerriswamy
by using timestamp data type
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is bit data type? What's the information that can be stored inside a bit column?
How many levels of sp nesting is possible?
What is the difference between a stored procedure and a user defined function?
why would you use sql agent? : Sql server database administration
How to create a simple table to test triggers in ms sql server?
What are scalar functions?
How to enforce security in sql server? : sql server security
What are the main differences between #temp tables and @table variables and which one is preferred?
how do you determine the Load performance of any query in sql server {example how do u determine performance of a select stmnt which returns Dynamically many no of records ... some times 100,1000,10000 etc., }
What is NOT NULL Constraint in sql server 2012?
What is a fill factor?
Determine when to use stored procedure to complete sql server tasks?
What is a transact-sql statement?
What is the order by used for?
What are the advantages of sql stored procedure?