1
Answer

seperate by comma between values

Photo of KRayudu V

KRayudu V

11y
1.1k
1

write a query below (see the below table table data)

empcolumn      empno

a         1

a         2

b         3

c         4

c         5

a         6

 

Output:

empcolumn      subjects

a                     1,2,6

b                      3

c                      4,5

Answers (1)