Answer:
core engine or system software.
Explanation:
just because
Answer: File
Explanation:
In PowerPoint _file_ management is extremely important and you must keep track of what links, files, and programs are placed in which folders.
File Management is extremely important because it is necessary for effective system administration.
A good file management system in powerpoint makes compactness, data retrieval and editing achieveable.
The SQL statement that would create the GET_CREDIT_LIMIT procedure to obtain the full name and credit limit of the customer is:
GET_CREDIT_LIMIT
SELECT CUST_ID 125
FROM FIRST_NAME, LAST_NAME, CREDIT_LIMIT
WHERE LAST_NAME ="Smith"
<h3>What is SQL?</h3>
This is an acronym that means Structured Query Language that is used in handling data in a database.
Hence, we can see that from the attached image, there is a table that contains the details of customers and their various data such as their first and last names, credit limits, address, etc, and the GET_CREDIT_LIMIT procedure is shown above.
Read more about SQL here:
brainly.com/question/25694408
#SPJ1