Just want to know why Oracle not allowed \"AS\" alias in Query. In My project all queries which i returned have alias keyword \"AS\".
For.eg;
Select t1.i
While Oracle allows you to use AS when defining column aliases, it doesn't allow you to use AS when defining table aliases. It's just how Oracle works.
AS