abdullah khrais

abdullah khrais @abdullah_khrais_97a2c908d

Joined:
Jul 7, 2024

abdullah khrais
articles - 3 total

In this guide, I’ll show you how to create a new user in Oracle and give them the right permissions.

CREATE USER C##YOUR_NAME IDENTIFIED BY YOUR_PASSWORD; grant unlimited tablespace to ...

Learn More 5 0Aug 11 '24

Hey everyone, Check out this SQL script to delete all tables and indexes in a schema. Great for fast cleanup in dev/testing!

BEGIN FOR t IN (SELECT table_name FROM user_tables) LOOP EXECUTE IMMEDIATE 'DROP TABLE '...

Learn More 7 0Jul 11 '24

ntegrating SignalR with Angular for Seamless Video Calls: A Step-by-Step Guide

Hi everyone! Today, we'll explore how to create a simple video call web app using WebRTC, Angular,...

Learn More 6 0Jul 8 '24