
PERSIODICAL CP2
Quiz by Aldrin Llagas
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
In this method, source documents are manually prepared using equipment such as typewriter and calculator.
In this method, source documents are prepared using tools such as pens, pencils, ledgers, files, and folders, among others.
This is the vertical entity in a table that constrains all information related to aspecific field in a table.
It is considered to be a group of database objects such as tables, views, clusters, procedures, and package
It controls the actions of users who are accessing the database
Less than or equal to
Not equal to operator
Checks a not null value test
Tests for a match, in a specified list of values
Searches a match in a string
This is used to make the name of the column headings shorter.
This is used to alter the name of a given table.
This is used as a substitute for a name of columns, rows, or tables.
Creates a resultant column that is a character expression.
Specifies your own quotation mark delimiter.
It increases readability and usability.
Date and character literal values must be enclosed within single quotation marks.
It is represented by two vertical bars (||).
If the value of X is 10 and the condition is X IS NULL, then the result will be a true value.
If the value of X. is NULL and the condition is X! = 5, then the result will be UNKNOWN.
If the value of X is null and the condition is X = 15,then the result will be UNKOWN.
If the value of X is NULL and the condition is X= NULL, then the result will be a TRUE value.
If the value of X is NULL and the condition is X IS NOT NULL, then the result will be a FALSE value.
Character functions can return both character and numeric values even if the input accepted is just character values.
Numeric functions accept numeric input and return numeric values.
Single-Row functions return multiple results row for every row of a queried table or view.
Multiple row function returns a single result row based on groups of rows rather than on single rows.
The conversion function converts any data type to any form of data type.
CONCAT ('Hello', 'World')
UPPER ('character')
INSTR ('character', 'h')
INITCAP (good morning)
INSTR ('database', 'b')
Nana wants to retrieve the information from column MID inside the table LANE.
Aulus wants to retrieve the information from column MAGE and FIGHTER inside the table ROLE. She also wants to display the information in ascending order by the value of FIGHTER
Karina wants to retrieve all the information from table JUNGLER.
Karrie wants to retrieve information from column GOLD and EXPERIENCE inside the table LANE. He also wants to display the information in ascending order by the value of GOLD.
Angela wants to retrieve all of the information from table SUPPORT.
Create a select statement that would return all rows from column SALARY inside the table PRO_PLAYER where the values are less than 5000.
Create a select statement that would return all rows from column LAST_NAME inside the table PRO_PLAYERS where the values are equals to VILLALUNA.
Create a select statement that would return all rows from column FIRST_NAME NAME inside the table PRO_PLAYER where the value is not equal to TRISTAN.
Create a select statement that would return all rows from column SALARY inside the table PRO_PLAYER where the values are less than or equal to 4735.
Create a select statement that would return all rows from column SALARY inside the table PRO_PLAYER where the values are less than 8000.
As a result, MYNAME will display as substitute heading of column LAST_NAME from table EMPLOYEE.
As a result, TELEPHONE will display as substitute heading of column TEL_NO from table COMMINUCATION.
As a result, ADDRESS will display as substitute heading of column HOMETOWN from table LOCATION.
As a result, LAPTOP will display as substitute heading of column COMPUTER from table GADGETS.
As a result, JOBDESCRIPTION will display as substitute heading of column JOBS from table DEPARTMENT.
As a result, AIRCON will display as substitute heading of column FAN from table REFRESHMENT.
As a result, CHAIR will display as substitute heading of column BENCH from table FURNITURE.