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
How to get a list of all tables with "sys.tables" view in ms sql server?
What is serializable?
What are the aggregate and scalar functions?
What is use of except clause? How it differs from not in clause?
what are constraints? Explain different types of constraints? : Sql server database administration
How to throw custom exception in Stored Procedure?
Why we need sql server?
Do you know what is normalization of database? What are its benefits?
Can we create clustered index on composite key?
How to filter out duplications in the returning rows in ms sql server?
What are the different types of replication are there in sql server 2000?
What is Command line parameters in PLSQL.?
How many files can a database contain in sql server?how many types of data files exists in sql server? How many of those files can exist for a single database?
Difference between group by clause and having clause in SQL?
What is data file in computer?