retagged by
815 views

1 Answer

3 votes
3 votes
As is used for rename operation in SQL.This is useful when we are using same table multiple times in s query like in case of self join or to rename a column for use in the query.

So B is correct.
Answer:

Related questions

2 votes
2 votes
2 answers
2
admin asked Mar 30, 2020
940 views
If $R$ is a relation in Relational Data Model and $A_1,A_2,\dots A_n$ are the attributes of relation $R$, what is the cardinality of $R$ expressed in terms of domain of a...
1 votes
1 votes
1 answer
3
admin asked Mar 30, 2020
1,095 views
Related fields in a database are grouped to form adata filedata recordmenubank
1 votes
1 votes
1 answer
4
admin asked Mar 30, 2020
2,144 views
Cross Product is aUnary OperatorTernary OperatorBinary OperatorNot an operator