Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

C programming Activity 05, Assignments of C programming

Determine if the following declarations are valid. Write VALID, if the declaration is correct, if not, write INVALID and make the declarations correct.

Typology: Assignments

2019/2020

Uploaded on 01/19/2023

erickasantos
erickasantos 🇵🇭

3 documents

1 / 1

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
ERICKA I. SANTOS Activity Sheet 05A
BSCS ND 2B
Determine if the following declarations are valid. Write VALID, if the
declaration is correct, if not, write INVALID and make the declarations correct.
VALID 1. DECLARE
v_empno NUMBER;
INVALID Contact_name NAME; 2. DECLARE
Contact_name DATE;
INVALID Product_name NAME; 3. DECLARE
Productname NUMBER;
INVALID Creditlimit NUMBER; 4. DECLARE
Creditlimit DATE;
INVALID Shipping_status Varchar2(25); 5. DECLARE
Shipping_status NUMBER;
VALID 6. DECLARE
Hired DATE;
VALID 7. DECLARE
Productcode NUMBER;
VALID 8. DECLARE
Business_partner Varchar2 (255);
INVALID Customer_name NAME; 9. DECLARE
Customer_name Varchar2 (25);
INVALID Deliverydate DATE; 10. DECLARE
Deliverydate NUMBER;

Partial preview of the text

Download C programming Activity 05 and more Assignments C programming in PDF only on Docsity!

ERICKA I. SANTOS Activity Sheet 05A BSCS ND 2B Determine if the following declarations are valid. Write VALID, if the declaration is correct, if not, write INVALID and make the declarations correct. VALID 1. DECLARE v_empno NUMBER; INVALID Contact_name NAME; 2. DECLARE Contact_name DATE; INVALID Product_name NAME; 3. DECLARE Productname NUMBER; INVALID Creditlimit NUMBER; 4. DECLARE Creditlimit DATE; INVALID Shipping_status Varchar2(25); 5. DECLARE Shipping_status NUMBER; VALID 6. DECLARE Hired DATE; VALID 7. DECLARE Productcode NUMBER; VALID 8. DECLARE Business_partner Varchar2 (255); INVALID Customer_name NAME; 9. DECLARE Customer_name Varchar2 (25); INVALID Deliverydate DATE; 10. DECLARE Deliverydate NUMBER;