Hi everyone, Today i will show you how to create tablespace on Oracle Database. I installed Oracle database with GRID , so i created ASM disk that means data files …
Read More »Tag Archives: SQL tutorial
Oracle SQL Tutorial – System and User Privileges
Hi everyone, i want to show you schema subject, system and user privileges. it seems easy but required for dba SCHEMA : Schemas are called database objects aggregated together. A …
Read More »Oracle SQL Tutorials Chapter 7 ( Part 2 of 2 )
CREATING TABLE WITH SUB-QUERIES With this method, table is created automatically with the column types that result from a query. While the table is created, data that came from the …
Read More »Oracle SQL Tutorials Chapter 7 ( Part 1 of 2 )
Chapter 7 – CREATING AND MANAGING TABLES Classify Main Database Objects Examining Table Structure Data Types of the Columns Creating a Simple Table Understanding How Schema Objects Work DATABASE OBJECTS …
Read More »Oracle SQL Tutorials
Hi, I’m writing Oracle SQL articles and sharing with you. You can learn SQL by following my articles and trying example SQL’s. Here are the SQL Tutorials, I highly recommend …
Read More »ORACLE SQL Dersleri – Profile Nedir ?
Merhabalar, ORACLE SQL yazılarına devam ediyoruz, bu yazımızda Resource profile nedir, nasıl tanımlanır gibi konulara bakacağız. Bu yazımıza geçmeden önce bir öncekine göz atmanızı tavsiye ederiz. ORACLE SQL Dersleri – …
Read More »Oracle SQL Tutorials – Chapter 5
Chapter 5 – Selecting Data From Multiple Tables Usage of multiple tables in one query Combining tables – JOIN Different Types of SQL Join Left Outer Join Right Outer Join …
Read More »ORACLE SQL Dersleri – Synonym
Merhabalar, bu yazımızda kısaca synonym konusuna bakacağız. Bu yazıya geçmeden önce bir önceki yazımızı okumanızı tavsiye ederiz. ORACLE SQL Dersleri – Views Synonym : Synonym türkçe karşılığı ile eş anlamlı …
Read More »Oracle SQL Tutorials – Chapter 4
Chapter 4 – Group Functions AVG Function SUM Function MIN Function MAX Function COUNT Function DISTINCT Function GROUP BY Statement HAVING Statement One row functions can be applied to …
Read More »ORACLE SQL Dersleri – Views
Merhaba, SQL yazılarına devam ediyoruz. Bu yazıda View konusuna bakacağız. Bir önceki yazımızda Alter, Drop komutlarını görmüştük. O yazıya buradan ulaşabilirsiniz, ORACLE SQL Dersleri – Alter,Drop,Rename Views : SQL’de VIEW, …
Read More »