es
Feedback
Oracle sql plsql questions

Oracle sql plsql questions

Ir al canal en Telegram

Oracle practice & Interview questions

Mostrar más
El país no está especificadoLa categoría no está especificada
5 932
Suscriptores
Sin datos24 horas
Sin datos7 días
Sin datos30 días

Carga de datos en curso...

Nube de Etiquetas
Sin datos
¿Algún problema? Por favor, actualice la página o contacte a nuestro gerente de soporte.
Menciones Entrantes y Salientes
---
---
---
---
---
---
Atraer Suscriptores
diciembre '24
diciembre '24
+33
en 0 canales
noviembre '24
+58
en 0 canales
Get PRO
octubre '24
+98
en 0 canales
Get PRO
septiembre '24
+182
en 0 canales
Get PRO
agosto '24
+21
en 0 canales
Get PRO
julio '24
+127
en 0 canales
Get PRO
junio '24
+107
en 0 canales
Get PRO
mayo '24
+98
en 0 canales
Get PRO
abril '24
+92
en 0 canales
Get PRO
marzo '24
+99
en 0 canales
Get PRO
febrero '24
+81
en 0 canales
Get PRO
enero '24
+102
en 0 canales
Get PRO
diciembre '23
+1 095
en 0 canales
Get PRO
noviembre '230
en 0 canales
Get PRO
octubre '230
en 0 canales
Get PRO
septiembre '230
en 0 canales
Get PRO
agosto '230
en 0 canales
Get PRO
julio '230
en 0 canales
Get PRO
junio '230
en 0 canales
Get PRO
mayo '230
en 0 canales
Get PRO
abril '230
en 0 canales
Get PRO
marzo '230
en 0 canales
Get PRO
febrero '230
en 0 canales
Get PRO
enero '230
en 0 canales
Get PRO
diciembre '220
en 0 canales
Get PRO
noviembre '22
+200
en 0 canales
Get PRO
octubre '22
+181
en 0 canales
Get PRO
septiembre '22
+135
en 0 canales
Get PRO
agosto '22
+148
en 0 canales
Get PRO
julio '22
+231
en 0 canales
Get PRO
junio '22
+206
en 0 canales
Get PRO
mayo '22
+259
en 0 canales
Get PRO
abril '22
+735
en 0 canales
Get PRO
marzo '220
en 0 canales
Get PRO
febrero '220
en 0 canales
Get PRO
enero '22
+1
en 0 canales
Get PRO
diciembre '21
+207
en 0 canales
Get PRO
noviembre '21
+223
en 0 canales
Get PRO
octubre '21
+248
en 0 canales
Get PRO
septiembre '21
+214
en 0 canales
Get PRO
agosto '21
+201
en 0 canales
Get PRO
julio '21
+231
en 0 canales
Get PRO
junio '21
+242
en 0 canales
Get PRO
mayo '21
+1 314
en 0 canales
Fecha
Crecimiento de Suscriptores
Menciones
Canales
21 diciembre+1
20 diciembre0
19 diciembre+5
18 diciembre+3
17 diciembre0
16 diciembre+1
15 diciembre0
14 diciembre0
13 diciembre0
12 diciembre+3
11 diciembre+2
10 diciembre+3
09 diciembre+4
08 diciembre+3
07 diciembre0
06 diciembre0
05 diciembre+3
04 diciembre+3
03 diciembre0
02 diciembre+1
01 diciembre+1
Publicaciones del Canal
SQL Question Of The Day: Can I use case statement with in insert statement ?

2
If you have any questions/ any one is looking for job support or training pls reach out to me @vnpraneeth.oracle@gmail.com
5 227
3
SQL Question Of The Day: Requirement :I would like to findout 21-jan-2022 belongs to which group and prior to that group if t
SQL Question Of The Day: Requirement :I would like to findout 21-jan-2022 belongs to which group and prior to that group if there are any groups present, pull last 2 groups and the date range. In this example : 21-Jan-22 falls under G4, so we need to pull out date range of G2 and G3
5 863
4
Requirement : Year column need to be matched with the Transaction_date columns year component , if it is matched then pull th
Requirement : Year column need to be matched with the Transaction_date columns year component , if it is matched then pull the records.
4 752
5
SQL Question Of the Day: Write a query to print the dates starting from 01-Jan-2022 to 31-Dec-2022
4 858
6
SQL Question Of the Day: Can I create both unique and non-unique btree indexes on same column ?
5 015
7
If you have any questions/ any one is looking for job support or proxy or training pls reach out to me @vnpraneeth.oracle@gmail.com
5 138
8
Hi All, really sorry for not sending the questions, busy with other stuff, from today will share the questions.
4 786
9
SQL & PL/SQL Question Of the Day: Write a query to count how many special characters are there in the given string using only SQL & also in PL/SQL Example : Input String = 'ab$34%e#lfgrht)75(34gh' Expected Output = 5
4 644
10
SQL Question Of the Day: When we create a view before creating the base table using "FORCE", will the view created ? if created what will be the column names and their data types?
6 548
11
SQL Question Of the Day: Convert row level data into comma separated string, when appending follow the employee_id asc
SQL Question Of the Day: Convert row level data into comma separated string, when appending follow the employee_id asc
327
12
If you have any questions/ any one is looking for job support or proxy or training pls reach out to me @vnpraneeth.oracle@gmail.com
705
13
SQL Question Of The Day: I want to display the employee_ids who are not managers, I have written this query,but not getting t
SQL Question Of The Day: I want to display the employee_ids who are not managers, I have written this query,but not getting the output, tell the reason why we are not getting the data SQL QUERY: select employee_id from INPUT where employee_id not in (select manager_id from employees);
752
14
If you have any questions/ any one is looking for job support or proxy or training pls reach out to me @vnpraneeth.oracle@gmail.com
1 196
15
SQL Question Of the Day: I have a sequence created with below command: Create sequence seq_test start with 10 increment by 5 maxvalue 50 cycle cache 5; Now once it reaches 50, if I do seq_test.nextval what will be the result?
1 136
16
I have sequence created with below command: Create sequence seq_test start with 10 increment by 5 maxvalue 50 cycle cache 5;
1
17
SQL coding Question Of The Day: Write a sequence which generates negative sequence numbers like -1 -2 -3 ......etc
1 022
18
If you have any questions/ any one is looking for job support or proxy or training pls reach out to me @vnpraneeth.oracle@gmail.com
1 145
19
SQL Question Of The Day: I have a table employees and it contains columns employee_id and salary with duplicate data, without deleting the duplicates I want to implement the primary key on employee_id column. How to achieve the same?
910
20
PL/SQL Question Of The Day: Instead of using the primary key on the employee table, I would like to implement the same primary key using a trigger. Write a trigger which satisfies all the concepts of primary key.
1 038