Showing posts with label synonyms and views. Show all posts
Showing posts with label synonyms and views. Show all posts

Wednesday, August 23, 2023

synonyms and views

public synonym:- create public synonym name for scott.students;

private synonym:- create synonym name for scott.students;

public view :- create or replace view name as (select * from scott.students);


Enable OpenSSH on Windows 11

Step 1: Install OpenSSH Server You can do this via PowerShell (run as Administrator ): Check if it's already available: Get-WindowsCapab...