ExamGecko
Question list
Search
Search

Question 9 - DS0-001 discussion

Report
Export

Which of the following have data manipulation and procedural scripting power? (Choose two.)

A.
PQL
Answers
A.
PQL
B.
PL/SQL
Answers
B.
PL/SQL
C.
Advanced
Answers
C.
Advanced
D.
SQL
Answers
D.
SQL
E.
SQL
Answers
E.
SQL
F.
T-SQL
Answers
F.
T-SQL
Suggested answer: B, F

Explanation:

The two options that have data manipulation and procedural scripting power are PL/SQL and T-SQL. PL/SQL, or Procedural Language/Structured Query Language, is an extension of SQL that adds procedural features to SQL for Oracle databases. PL/SQL allows users to create and execute stored procedures, functions, triggers, packages, etc., using variables, loops, conditions, exceptions, etc., in addition to SQL commands. PL/SQL helps improve the performance, functionality, modularity, and security of SQL queries and applications. T-SQL, or Transact-SQL, is an extension of SQL that adds procedural features to SQL for Microsoft SQL Server databases. T-SQL allows users to create and execute stored procedures, functions, triggers, etc., using variables, loops, conditions, exceptions, etc., in addition to SQL commands. T-SQL helps improve the performance, functionality, modularity, and security of SQL queries and applications. The other options are either not related or not having both data manipulation and procedural scripting power. For example, PQL, or Power Query Language, is a data analysis and transformation language for Microsoft Power BI and Excel; Advanced SQL is a term that refers to the advanced features or techniques of SQL, such as subqueries, joins, aggregations, etc.; SQL, or Structured Query Language, is a standard language for manipulating and querying data in relational databases, but it does not have procedural features.Reference:CompTIA DataSys+ Course Outline, Domain 1.0 Database Fundamentals, Objective 1.2 Given a scenario, execute database tasks using scripting and programming languages.

asked 02/10/2024
Federico Miliacca
33 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first