In a network with dozens of switches, how many root bridges would you have?
Which function is used to check if a variable is empty or not in php ?
Where in an HTML document is the correct place to refer to a js?
A retail company maintains the data of its customers in the CUSTOMER table. Write a query to print the IDs and the NAMEs of the customers, sorted by CUSTOMER.NAME in descending order. If two or more customers have the same CUSTOMER.NAME, then sort these by CUSTOMER.ID in ascending order.
Input Format
Output Format
The result should print the ids and the names of the customers, sorted by CUSTOMER.NAME in descending order. If two or more customers have the same CUSTOMER.NAME, then sort these by CUSTOMER.ID in ascending order.
Explanation
According to the lexicographical arrangement,
Ruth Hanson > Ruth Gutierrez > Paula Fuller > Joe Garza > Frances White > Ernest Thomas > Carolyn Bradley > Bonnie Johnston > Annie Fernandez > Anne Harris
How long is an IPv6 address?
What takes more time to load ?
Where in an HTML document is the correct place to refer to an internal style sheet?
If you want to wrap a block of text around an image, which CSS property would you use?
What are the steps you can take if your WordPress file is hacked?
How to write anchor tag ?
What is the correct HTML for referring to an external style sheet?
Which are 2 fundamental data structures ?
Which HTML attribute is used to define inline styles?
What do you mean by hooks?
What is the name of the first page you encounter after logging into your web page?
Does Multilingual sites are allowed in WordPress?
Which one is not a variable scope in PHP?
How to display output in PHP?
what starts with __ (double underscore) in PHP?
What is the main reason the OSI model was created?
Which function used to find the position of the first occurrence of a char. in a string?