ru
Feedback
Oracle sql plsql questions

Oracle sql plsql questions

Открыть в Telegram

Oracle practice & Interview questions

Больше
Страна не указанаКатегория не указана
5 932
Подписчики
Нет данных24 часа
Нет данных7 дней
Нет данных30 день

Загрузка данных...

Облако тегов
Нет данных
Возникли проблемы? Пожалуйста, обновите страницу или обратитесь к нашему support-менеджеру .
Входящие и исходящие упоминания
---
---
---
---
---
---
Привлечение подписчиков
декабрь '24
декабрь '24
+33
в 0 каналах
ноябрь '24
+58
в 0 каналах
Get PRO
октябрь '24
+98
в 0 каналах
Get PRO
сентябрь '24
+182
в 0 каналах
Get PRO
август '24
+21
в 0 каналах
Get PRO
июль '24
+127
в 0 каналах
Get PRO
июнь '24
+107
в 0 каналах
Get PRO
май '24
+98
в 0 каналах
Get PRO
апрель '24
+92
в 0 каналах
Get PRO
март '24
+99
в 0 каналах
Get PRO
февраль '24
+81
в 0 каналах
Get PRO
январь '24
+102
в 0 каналах
Get PRO
декабрь '23
+1 095
в 0 каналах
Get PRO
ноябрь '230
в 0 каналах
Get PRO
октябрь '230
в 0 каналах
Get PRO
сентябрь '230
в 0 каналах
Get PRO
август '230
в 0 каналах
Get PRO
июль '230
в 0 каналах
Get PRO
июнь '230
в 0 каналах
Get PRO
май '230
в 0 каналах
Get PRO
апрель '230
в 0 каналах
Get PRO
март '230
в 0 каналах
Get PRO
февраль '230
в 0 каналах
Get PRO
январь '230
в 0 каналах
Get PRO
декабрь '220
в 0 каналах
Get PRO
ноябрь '22
+200
в 0 каналах
Get PRO
октябрь '22
+181
в 0 каналах
Get PRO
сентябрь '22
+135
в 0 каналах
Get PRO
август '22
+148
в 0 каналах
Get PRO
июль '22
+231
в 0 каналах
Get PRO
июнь '22
+206
в 0 каналах
Get PRO
май '22
+259
в 0 каналах
Get PRO
апрель '22
+735
в 0 каналах
Get PRO
март '220
в 0 каналах
Get PRO
февраль '220
в 0 каналах
Get PRO
январь '22
+1
в 0 каналах
Get PRO
декабрь '21
+207
в 0 каналах
Get PRO
ноябрь '21
+223
в 0 каналах
Get PRO
октябрь '21
+248
в 0 каналах
Get PRO
сентябрь '21
+214
в 0 каналах
Get PRO
август '21
+201
в 0 каналах
Get PRO
июль '21
+231
в 0 каналах
Get PRO
июнь '21
+242
в 0 каналах
Get PRO
май '21
+1 314
в 0 каналах
Дата
Привлечение подписчиков
Упоминания
Каналы
21 декабря+1
20 декабря0
19 декабря+5
18 декабря+3
17 декабря0
16 декабря+1
15 декабря0
14 декабря0
13 декабря0
12 декабря+3
11 декабря+2
10 декабря+3
09 декабря+4
08 декабря+3
07 декабря0
06 декабря0
05 декабря+3
04 декабря+3
03 декабря0
02 декабря+1
01 декабря+1
Посты канала
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