Therefore the answer is within yourself
Answer:
Data management.
Explanation:
A database management system (DBMS) can be defined as a collection of software applications that typically enables computer users to effectively and efficiently create, store, modify, retrieve, centralize and manage data or informations in a database. Thus, it allows computer users to efficiently retrieve and manage their data with an appropriate level of security.
Generally, a database management system (DBMS) acts as an intermediary between the physical data files stored on a computer system and any software application or program.
Hence, a database management system (DBMS) is a software that enables an organization or business firm to centralize data, manage the data efficiently while providing authorized users a significant level of access to the stored data.
In conclusion, data management is a type of infrastructure service that avails businesses (companies) the ability to store and manage corporate data while providing capabilities for analyzing these data.
Answer:
#!/bin/bash
if [ -z "$1" ] || [ -z "$2" ]
then
echo "invalid arguments"
exit 1
fi
filename="$1"
extension="$2"
cnt=1
for file in *. $extension
do
echo "renaming $file to $filename $cnt.$extension"
mv -i "$file" "$filename$cnt. $extension" #prompt before overwriting a file
cnt=$(( $cnt + 1 ))
done
Explanation:
Verifying, The answer above me is correct
Answer:
false
even though you have paid for it , you still didn't write it by yourself, there for it will still be seen as plagiarism.......hope this helps