@@IDENTITY
returns the last-inserted identity value.
SCOPE_IDENTITY()
Returns the last identity value inserted into an identity column in the same scope
IDENT_CURRENT( ‘table_name’ )
Returns the last identity value generated for a specified table or view.