uk
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