Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
college
create table Department ( department_id number constraint department_pk primary key, department_name varchar2(30), department_block_number number )
run
|
edit
|
history
|
help
0
Kartik DBMS Program
Srinivas
test
Srinivas
check if concatinated string obtained after reversing s1 and s2 both is a palindrome or not
Bcom
if-else condition in pl/sql
Srinivas
add pl/sql
function to check if reverse of a string s1 is a superstring of string s2.