Your browser does not support JavaScript!

ValidOcelot

ValidOcelot is Information Technology student 👩‍💻
Last login
10 hours ago
Joined
2024-02-02
ValidOcelot latest posts

7 hours ago - What is Step 3 in Business Analytics according to Dr. Carol Anne Hargreaves

7 hours ago - It is used to create forecasts or predictions about future events Select one: a. Predictive analytics b. Prescriptive analytics c. Descriptive analytics d. Any of these

8 hours ago - This ensures that internal networks are secure by protecting the infrastructure and inhibiting access to it.

8 hours ago - True or False: Identify the security governance involved, including legal frameworks and geographies (enterprises) Select one:

8 hours ago - A significant portion of data can be sensitive information, whether that be __________________, financial data, personal information, or other types of data for which unauthorized access or exposure could have negative consequences.

8 hours ago - This is "the environment in which communication over computer networks occurs.“

8 hours ago - This consists of the cyber-physical systems that modern societies rely on.

9 hours ago - This refers to the body of technologies, processes, and practices designed to protect networks, devices, programs, and data from attack, damage, or unauthorized access.

9 hours ago - These are all common examples of network security implementation except one.

9 hours ago - Information Assurance focuses on ensuring the quality, reliability, and ______________ of information in addition to keeping it protected

9 hours ago - This issued guidelines in its risk assessment framework that recommend a shift toward continuous monitoring and real-time assessment.

9 hours ago - This advises that companies must be prepared to “respond to the inevitable cyber incident, restore normal operations, and ensure that company assets and the company’s reputation are protected.”

10 hours ago - This is a type of attribute that is atomic value, which cannot be divided further. Select one:

10 hours ago - Supposed that the DBA perform the following: >DELETE FROM EMPLOYEES; >COMMIT; >ROLLBACK; What is the possible output since this transaction is been saved by using the commit statement?

10 hours ago - Supposed that the DBA perform the following: >INSERT INTO EMP VALUES (100,’cruz’); >INSERT INTO EMP VALUES (200,’reyes’); >CREATE TABLE WORKERS (ID NUMBER (2) PRIMARY KEY, LOCATION CHAR (10) NOT NULL); >ROLLBACK; What is the last state of emp table?

16 hours ago - Not yet answered Marked out of 1.00 Not flaggedFlag question Question text Web Traffic is defined as _______ Select one:

16 hours ago - Web Traffic is defined as _______ Select one: a. Practices that aim to improve the ranking of a website in search engine results b. It refers to the number of users that visit a website c. It refers to the instance when a website visitor performs a desired action d. None of these

17 hours ago - Identify the correct web page for each rank from highest to lowest. For pages with the same ranking, follow the alphabetical order. Find the 2nd highest rank

21 hours ago - It is designed for machine to machine or M2M communication Select one:

1 day ago - Suppose that the DBA create a user named as HRD_MGR and grant additional access as show below: Grant Create table To HRD_MGR; When the user HRD_MGR tries to connect to database server what is the possible output

1 day ago - Supposed that the DBA create a report as shown below: What type of join condition the DBA used? SELECT employees.employee_id, employees.lastname,employees.department_id, departments.department_id,departments.location_id FROM employees, departments WHERE employees.department_id (+)= departments.department_id

1 day ago - Supposed that a user performs the query as shown below, what will happen to the data? UPDATE EMPLOYEES SET JOB_ID = ‘IT’ WHERE MANAGER_ID IS NULL; SAVEPOINT UPDATE_IT; UPDATE EMPLOYEES SET JOB_ID = ‘SECRETARY’ WHERE DEPARTMENT IN (50,90); SAVEPOINT UPDATE_IT; COMMIT; ROLLBACK; Select one:

1 day ago - Based on the table EMPLOYEES, DEPARTMENTS and LOCATIONS. From the given select statement below: What is/are the full name of employee whose LOCATION_ID is equal to 1700? SELECT (LASTNAME||','||FIRSTNAME) AS "FULL NAME", DEPARTMENT_ID, DEPARTMENT_NAME, LOCATION_ID FROM EMPLOYEES NATURAL JOIN DEPARTMENTS;

1 day ago - If WITH CHECK OPTION is added on the view (see sample code below) what is/are the restriction? CREATE OR REPLACE VIEW VIEW STUD_VIEW (USN_ID, LASTNAME, FIRSTNAME, COURSE) AS (SELECT USN_ID, LASTNAME, FIRSTNAME, COURSE FROM STUDENTS WHERE COURSE = ‘BSCS’ WITH CHECK OPTION CONSTRAINT STUD_VIEW_CK

1 day ago - Supposed that table: Workers and Employees is consists of the following values. What will be the output if the user uses this PL/SQL. SELECT ID, LASTNAME, DEPARTMENT FROM WORKERS WHERE ID > (SELECT ID FROM EMPLOYEES WHERE STATUS = ‘Probi’);

1 day ago - Refer to the table AUTHORS and COPY_AUTHORS (Note during the creation of view the condition added is YR_PUBLISHED=2010). Supposed that the user update the YR_PUBLISHED of book OS to from 2010 to 2010 as shown below what is/are the possible output on both table and view? UPDATE COPY_AUTHORS SET YR_PUBLISHED = 2016 WHERE BOOK='OS';

1 day ago - Which of the following is the correct example of an attributes? Select one:

1 day ago - Refer to the table AUTHORS and COPY_AUTHORS (Note ID column is with Primary Key constraint). Supposed that the user insert the following values to COPY_AUTHORS view as shown below what is/are the possible output on both table and view? INSERT INTO COPY_AUTHORS VALUES (6,'SUSAN CARLOS','OS','2016');

1 day ago - Which of the following is the correct example of enabling constraint? Select one:

1 day ago - Which of the following is not part of single to subqueries? Select one: a. IN b. = c. >= d. <>

1 day ago - Which of the following is the correct example of copying data from WORKERS table to EMPLOYEES table where the status is equal to ‘Regular’?

1 day ago - Supposed that a user performs the query as shown below, what will happen to the data? UPDATE EMPLOYEES SET JOB_ID = ‘IT’ WHERE MANAGER_ID IS NULL; SAVEPOINT UPDATE_IT; UPDATE EMPLOYEES SET JOB_ID = ‘SECRETARY’ WHERE DEPARTMENT IN (50,90); SAVEPOINT UPDATE_IT; COMMIT; ROLLBACK;

1 day ago - It means a subgroup of the members of population chosen for participation in the study

1 day ago - SELECT EMPLOYEES.EMPLOYEE_ID, EMPLOYEES.LASTNAME,EMPLOYEES.DEPARTMENT_ID,DEPARTMENTS.DEPARTMENT_ID,DEPARTMENTS.LOCATION_ID FROM EMPLOYEES JOIN DEPARTMENTS ON( EMPLOYEES.DEPARTMENT_ID (+)= DEPARTMENTS.DEPARTMENT_ID);

1 day ago - SELECT EMPLOYEES.EMPLOYEE_ID, EMPLOYEES.LASTNAME,EMPLOYEES.DEPARTMENT_ID,DEPARTMENTS.DEPARTMENT_ID,DEPARTMENTS.LOCATION_ID FROM EMPLOYEES RIGHT OUTER JOIN DEPARTMENTS ON( EMPLOYEES.DEPARTMENT_ID = DEPARTMENTS.DEPARTMENT_ID);

1 day ago - What will be the output if the user uses this PL/SQL. UPDATE EMPLOYEES SET LASTNAME = (SELECT LASTNAME FROM WORKERS WHERE LASTNAME=’Soriano’) WHERE ID=105;

1 day ago - If WITH READ ONLY is added on the view (see sample code below) what is/are the restriction? CREATE OR REPLACE VIEW STUD_VIEW (USN_ID, LASTNAME, FIRSTNAME, COURSE) AS (SELECT USN_ID, LASTNAME, FIRSTNAME, COURSE FROM STUDENTS WHERE COURSE = ‘BSCS’) WITH READ ONLY;

3 days ago - Which of the following is the correct syntax for creating a new user? Select one:

3 days ago - A transaction ends when either of the following occurs EXCEPT: Select one:

3 days ago - Also known as Oracle Database backup and restore operations Select one: a. Large Pool b. Data Buffer Cache c. Redo Log Buffer d. Java Pool

3 days ago - It is also known as specific connection of a user to an instance through a user process Select one: a. isqlPlus* b. Connection c. Database Instance d. Session

4 days ago - Impact printers are more expensive than other types of printers but are more economical if you do lots of printing and are relatively fast. Select one:

4 days ago - The data analyst is a statistician who always needs to drill deep down into data. Select one:

4 days ago - It selects facts and rules to apply when trying to answer the user's query. Answer:

4 days ago - The Business users can increase the profit of their business by improving operational efficiency in their business. Select one:

4 days ago - An Answer is a set of interrelated components that collect, manipulate, store, and disseminate data and information and provide a feedback mechanism to meet an objective

4 days ago - It is a Answer which solves the most complex issues in a specific domain.

4 days ago - Information systems also help store managers and other business professionals make better decisions. Answer 2

4 days ago - Gaining a strategic advantage over competitors requires the innovative application of information technologies. Answer 3

4 days ago - In this phase, systems are in place and operating, enhancements and/or modifications to the system are developed and tested, and hardware and/or software is added or replaced. Select one: