Which of the following commands lists the columns in a table?

44. Which of the following commands lists the columns in a table?

  1. db2 desc table <table_name>
  2. db2 col table <table_name>
  3. db2 describe table <table_name>
  4. db2 descri table <table_name>

Answer: C) db2 describe table <table_name>

Explanation:

db2 describes table <table_name>, commands lists the columns in a table.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.