Tag Archives: prompts

You want to write a query that prompts for two column names and the WHERE condition each time it is executed

You want to write a query that prompts for two column names and the WHERE condition each time it is executed in a session but only prompts for the table name the first time it is executed.The variables used in your query are never undefined in your session.Which query can be used? A. SELECT &col1, &col2FROM &&tableWHERE &condition;… Read More »

You want to write a query that prompts for two column names and the WHERE condition each time it is executed

You want to write a query that prompts for two column names and the WHERE condition each time it is executed in a session but only prompts for the table name the first time it is executed.The variables used in your query are never undefined in your session.Which query can be used? A. SELECT `&&col1′, `&&col2′FROM &tableWHERE `&&condition’… Read More »

Which protocol prompts the Wireless LAN Controller to generate its own local web administration SSL certificate for GUI access?

A. RADIUS B. HTTPS C. TACACS+ D. HTTP Answer: Option B. Explanation:  You can protect communication with the GUI by enabling HTTPS. HTTPS protects HTTP browser sessions by using the Secure Sockets Layer (SSL) protocol. When you enable HTTPS, the controller generates its own local webadministration SSL certificate and automatically applies it to the GUI. You also have… Read More »