HolyC0w

EXP3 Data

Aug 16th, 2021
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 1.49 KB | None | 0 0
  1. --[8:48 AM] Bhuvaneswari Anbalagan
  2.    
  3. INSERT INTO bugreport VALUES ('B106', 'T108', 'File corrupted when received', 'M', to_date('08/08/2021','dd/mm/yyyy'));
  4.  
  5. INSERT INTO bugreport VALUES ('B107', 'T107', 'Memory Leakage', 'C', to_date('09/08/2021','dd/mm/yyyy'));
  6. INSERT INTO bugreport VALUES ('B108', 'T106', 'File corrupted when received', 'C', to_date('11/08/2021','dd/mm/yyyy'));
  7. INSERT INTO bugreport VALUES ('B109', 'T105', 'Hard Disk corrupted', 'C', to_date('12/08/2021','dd/mm/yyyy'));
  8. INSERT INTO bugreport VALUES ('B110', 'T104', 'RAM failure', 'M', to_date('13/08/2021','dd/mm/yyyy'));
  9.  
  10. --[8:50 AM] Bhuvaneswari Anbalagan
  11.  
  12. INSERT INTO bugfixallocation VALUES ('A106', 'B106', 'D204', 'O', to_date('07/08/2021','dd/mm/yyyy'),NULL);
  13. INSERT INTO bugfixallocation VALUES ('A107', 'B107', 'D205', 'O', to_date('07/08/2021','dd/mm/yyyy'),NULL);
  14. INSERT INTO bugfixallocation VALUES ('A108', 'B108', 'D206', 'O', to_date('07/08/2021','dd/mm/yyyy'),NULL);
  15. INSERT INTO bugfixallocation VALUES ('A109', 'B109', 'D203', 'O', to_date('07/08/2021','dd/mm/yyyy'),NULL);
  16. INSERT INTO bugfixallocation VALUES ('A110', 'B110', 'D201', 'O', to_date('07/08/2021','dd/mm/yyyy'),NULL);
  17.  
  18. --<https://teams.microsoft.com/l/message/19:[email protected]/1629170298270?tenantId=d4963ce2-af94-4122-95a9-644e8b01624d&amp;groupId=0f7c4d5f-5ae4-4f24-bcfe-4fb60c7400ff&amp;parentMessageId=1627957941704&amp;teamName=DBMS LAB FALL 21&amp;channelName=General&amp;createdTime=1629170298270>
Advertisement
Add Comment
Please, Sign In to add comment