232k views
2 votes
Which of the following statements are part of an aql file?

a. create external table statements.
b. import statements.
c. create external dictionary statements.
d. export statements.
e. all of the above.

User Zvi Karp
by
8.2k points

1 Answer

5 votes

Final answer:

All of the statements mentioned are part of an AQL (Asterisk Query Language) file: create external table statements, import statements, create external dictionary statements, and export statements.

Step-by-step explanation:

All of the statements mentioned are part of an AQL (Asterisk Query Language) file. AQL is a query language used to interact with the Asterisk database. Let's break down each statement:

  1. Create external table statements: These statements are used to create tables in the Asterisk database that can reference data externally.
  2. Import statements: These statements are used to import data from external sources into the Asterisk database.
  3. Create external dictionary statements: These statements are used to create dictionaries in the Asterisk database that can reference data externally.
  4. Export statements: These statements are used to export data from the Asterisk database to external sources.

Therefore, the correct answer is e. all of the above.

User David Wasser
by
8.8k points