User Tools

Site Tools


kurs:create_participant_table

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

kurs:create_participant_table [2020/05/18 09:39]
admin created
kurs:create_participant_table [2020/05/26 11:23] (current)
admin
Line 11: Line 11:
  
 </​code> ​   </​code> ​  
 +
 +<​code>​
 +REM INSERTING into HR.PARTICIPANT
 +SET DEFINE OFF;
 +Insert into HR.PARTICIPANT (PAR_ID,​PAR_NAME,​PAR_DAY_OF_BIRTH) values (1,'​Mark',​to_date('​23.02.75','​DD.MM.RR'​));​
 +Insert into HR.PARTICIPANT (PAR_ID,​PAR_NAME,​PAR_DAY_OF_BIRTH) values (2,'​Robert',​to_date('​02.04.79','​DD.MM.RR'​));​
 +Insert into HR.PARTICIPANT (PAR_ID,​PAR_NAME,​PAR_DAY_OF_BIRTH) values (1237,'​Peter',​to_date('​17.07.64','​DD.MM.RR'​));​
 +Insert into HR.PARTICIPANT (PAR_ID,​PAR_NAME,​PAR_DAY_OF_BIRTH) values (1238,'​Sandra',​to_date('​22.02.94','​DD.MM.RR'​))
 +</​code>​
kurs/create_participant_table.txt ยท Last modified: 2020/05/26 11:23 by admin