In SQL, name the clause that is used to display the tuples in ascending
order of an attribute.
Answers
Answer:
By default, SQL Server sorts out results using ORDER BY clause in ascending order. Specifying ASC in order by clause is optional.
Answer:
ORDER BY Clause
Explanation:
ORDER BY Clause is used to display the tuples in ascending order of an attribute.
Its syntax is as follows:
SELECT * FROM table-name ORDER BY ASC;
Learn More on Brainly.in:
Your friend Sunita complaints that somebody has created a fake profile on Twitter and defaming her character with abusive comments and pictures. Identify the type of cybercrime for these situations.
https://brainly.in/question/30095565
Given the lists L=[1,3,6,82,5,7,11,92] , write the output of print(L[2:5])
brainly.in/question/25870565
Suppose a tuple T is declared as T = (10, 12, 43, 39) , which of the following is incorrect? a) rint * (T[1]) b) T[2] = - 29 c) print * (max * (T)) d) print (len * (T))
https://brainly.in/question/30819138