Advertisement
Guest User

Untitled

a guest
Aug 24th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. DECLARE
  2. v_customer_ID VARCHAR(10) not null := 3025;
  3. v_customer_Name VARCHAR(15) :='Michel Jackson' ;
  4. v_room_code VARCHAR(5) := 6536;
  5. BEGIN
  6.  
  7. execute immediate 'create table customer....';
  8.  
  9. END;
  10. /
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement