Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Aditya ADMT
--create table adityaAccountDim (AccKey int primary key, AccNum int, AccName varchar(30)) --create table adityaPCustomerDim (PCustKey int primary key, PCustDOB date, PCustName varchar(30)) --insert into adityaAccountDim values(1,100,'Aditya') --insert into adityaAccountDim values(2,101,'Manan') --insert into adityaAccountDim values(3,102,'Sahil') select * from adityaAccountDim
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
My_employee
Srinivas
nth highest salary in Oracle using DENSE_RANK
DECODE() example
function to check if reverse of a string s1 is a superstring of string s2.
Srinivas
cote corr
Understanding basic loop
Srinivas
PL/SQL declaracionVariables
Please log in to post a comment.