Guest User

Untitled

a guest
Jul 19th, 2018
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. Table-1 Name: apprecord
  2. ---------------------------------------
  3. appid | desc | status
  4. ALT01 | this is first | Open
  5. ALT02 | this is second | Open
  6. ALT03 | this is third | Closed
  7. ---------------------------------------
  8.  
  9. Table-2 Name: question
  10. -----------------------------------------------
  11. appid | questionseq | ques | ans
  12. ALT01 | 1 | how are you | good
  13. ALT01 | 2 | are you fine | yes
  14. ALT02 | 1 | how was your day | great
  15. ALT02 | 2 | are you coming today | yes
  16. ALT03 | 1 | where are you | at home
  17. ALT03 | 2 | are you fine | yes
  18. --------------------------------------------------
  19.  
  20. ----------------------------------------------------------------------------------------
  21. appid | desc | status| QUES1 | ANS1 | QUES2 | ANS2
  22. ALT01 | this is first | Open | how are you | good | are you fine | yes
  23. ALT02 | this is second| Open | how was your day| great | are you coming today | no
  24. ALT03 | this is third | Closed| where are you | at home| are you fine | yes
  25. ---------------------------------------------------------------------------------------
Add Comment
Please, Sign In to add comment