exam questions

Exam 1z0-908 All Questions

View all questions & answers for the 1z0-908 exam

Exam 1z0-908 topic 1 question 63 discussion

Actual exam question from Oracle's 1z0-908
Question #: 63
Topic #: 1
[All 1z0-908 Questions]

Which two commands will display indexes on the parts table in the manufacturing schema? (Choose two.)

  • A. DESCRIBE manufacturing.parts;
  • B. SELECT * FROM information_schema.statistics WHERE table_schema=’manufacturing’ AND TABLE_NAME=’parts’;
  • C. SHOW INDEXES FROM manufacturing.parts;
  • D. SELECT * FROM information_schema.COLUMN_STATISTICS;
  • E. EXPLAIN SELECT INDEXES FROM manufacturing.parts;
Show Suggested Answer Hide Answer
Suggested Answer: BC 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
FelipeK
2 months, 2 weeks ago
Selected Answer: BC
These commands will provide information about the indexes on the specified table in the given schema. The SHOW INDEXES command is a simple way to view the index information of a table, while the SELECT statement from the information_schema.statistics table allows for more complex queries and can be used to get index information across multiple tables or schemas. Please note that you need to have the appropriate privileges to run these commands.
upvoted 1 times
...
HSong
5 months, 3 weeks ago
Selected Answer: BC
Answer is B,C
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago