Submitted Questions

  • what is the use of alias table?

    ch nagaraju

    • Oct 25th, 2017

    Alias name is nothing short name for a column we can fetch the entire row with the help of alias name. By using synonyms we can create permanent alias names.

    praveen

    • Jan 5th, 2014

    Table alias are used for the purpose to resolve attribute roles.
    Two attributes have the same name with same defination but playing different role in business system.
    ex: origin airport id and destination aiport id having the same name with same meaning.
    but their id are separated in table