The Tutorials in this series are created in PostgreSQL 9.5.12 on Ubuntu 14.04. PostgreSQL is a open source relational database system. It runs on operating systems such as Linux, windows and Mac OS. It supports all major features like primary key, foreign keys, complex queries, aggregate functions, triggers, views, index, procedural languages etc. Read more
Foss : RDBMS PostgreSQL - English
Outline: How to connect to the server Introduction to database and its objects How to create a database Table and its attributes pgAdmin interface. New server registration How to crea..
Outline: Insert single row to the table Insert multiple rows to the table How to execute the query Retrieve the data using select statement Introduction to Primary key Rules to define ..
Outline: View data in the Edit data window Insert records in the Edit data window Inserting a NULL value in a record Basic SELECT statement SELECT statement with WHERE clause Compariso..
Outline: DISTINCT clause in SELECT statement How to use BETWEEN operator in SELECT statement How to use LIKE operator in SELECT statement Usage of percent and underscore wildcards with e..
Outline: What is a Foreign key? Foreign key link between students and department table Create a parent table department Alter table command Add a new column to the existing students tab..
Outline: Aggregate functions What is Group by clause? Syntax for Group by clause Examples for using Group by clause with one/multiple columns Having clause Syntax for Having clause Ex..
Outline: Update statement Syntax for Update statement Examples for Update statement Updating multiple columns Syntax for Delete statement Examples for Delete statement Delete rows for..
Foss : Ruby - Assamese
Outline: 1.1 ৰুবিৰ পৰিচয় ৰুবি কি? বৈশিষ্ট্য ৰুবি জেম্চ ৰুবিত সাহায্য
Outline: 2.1 পৰিচয় -ৰুবি আৰু ভেৰিয়বল ডায়নামিক টাইপিঙ এটা ভেৰিয়বল ডিক্লেয়াৰ কৰা - ভেৰিয়বল টাইপ পৰিবর্তন কৰা - var মান ৰুপান্তৰ কৰা অর্থাৎ float,string,binary লৈ ইত্..
Outline: 3.1 মেথড কি মেথডৰ সৈতে কাম কৰা মেথডক ঘোষণা আৰু কল কৰা 3.2 মেথডত আর্গুমেন্ট পাস কৰা উদাহৰণ দ্বাৰা আর্গুমেন্ট আৰু সিনট্যাক্স ব্যাখ্যা কৰা 3.3 মেথডত ভ্যালু পাস কৰা উদাহৰণ দ্বা..
Outline: গাণিতিক অপাৰেটৰ যোগ বিয়োগ গুণ বিভাগ মডিউলস সূচক
Outline: লজিক্যাল অপাৰেটৰ And && Or || Not ! সমান্তৰাল নিয়োগ ৰেন্জ অপাৰেটৰ ইনক্লুসিভ অপাৰেটৰ (..) এক্সক্লুসিভ অপাৰেটৰ (...)
Outline: ৰুবিত কন্ট্ৰোল স্টেতমেন্ট * সিনট্যাক্স আৰু ব্যবহাৰ * if statement * else statement * elsif statement * case statement * উপৰৰ প্রতিটোৰ উদাহৰণেৰে সম্পাদন
Outline: * ৰুবিত for & each loops * “loop” শব্দটিৰ অর্থ * loopৰ বিভিন্ন ধৰণৰ * “for” loop ৰ সিনট্যাক্স * “for” loopৰ উদাহৰেণে সম্পাদন *“each” loopৰ সিনট্যাক্স * “each” loopৰ উদাহৰেণে..
Outline: ৰুবিত while & until loops * এটা উদাহৰণৰ সৈতে while loopৰ ব্যবহাৰ * এটা উদাহৰণৰ সৈতে until loopৰ ব্যবহাৰ * এটা উদাহৰণৰ সৈতে redo constructৰ ব্যবহাৰ
Outline: ৰুবিত অবজেক্ট ওৰিয়েন্টেড ধাৰণা ৰুবি ক্লাস কেনেকৈ বস্তু তৈয়াৰ কৰা ৰুবিত পদ্ধতি সংজ্ঞা কৰা বিভিন্ন উপায় ব্যবহাৰ? আৰু = অর্থপূর্ণ পদ্ধতি নির্ধাৰণ কৰা উপৰৰ প্রতিটো উদাহৰণ ..
Outline: * ৰুবিত মেথদ্স * ইনস্ট্যান্স মেথদ্স কি * ক্লাছ মেথদ্স কি * অ্যাকসেসৰ মেথদ্স কি * উপৰৰ প্রতিটোক উদাহৰণ দি সম্পাদন কৰা * তাৰ মাজৰ পার্থক্য
Foss : Ruby - Bengali
Outline: 1.1 Ruby এর পরিচয় Ruby কি? বৈশিষ্ট্য Ruby gems Ruby এর সহায়তা 1.2 সংস্থাপন উবুন্টু সফটওয়্যার সেন্টার দ্বারা ruby 1.9 সংস্থাপন Rub..
Outline: 2.1 ভূমিকা -Ruby এবং ভ্যারিয়েবলের ডাইনামিক টাইপিং -ভ্যারিয়েবল ঘোষিত করা -ভ্যারিয়েবলের ধরন বদলানো -var ভ্যালু যেমন ফ্লোট, স্ট্রিং, বাইনারি ইত্যাদি তে বদল..
Outline: 3.1 মেথড কি মেথডের সাথে কাজ মেথড ঘোষণা এবং কল করা 3.2 মেথডে আর্গুমেন্ট পাস করা উদাহরণ দ্বারা আর্গুমেন্ট এবং সিনট্যাক্স ব্যাখ্যা করা 3.3 মেথডে ভ্যালু পাস..