Month: June 2022

3.6.1 Logical operators

3.6.1 লজিকেল অপাৰেটৰ The three logical operators are AND, OR, and NOT.3.6. তিনিটা যৌক্তিক অপাৰেটৰ হৈছে এণ্ড, বা, আৰু নট.3.6। AND operator It requires that all the conditions be true for inclusion in the result. The query: আৰু অপাৰেটৰ ইয়াৰ বাবে ফলাফলত অন্তৰ্ভুক্তিৰ বাবে সকলো চৰ্ত সঁচা হোৱাটো প্ৰয়োজন। প্ৰশ্ন: SELECT * FROM studentdata WHERE…

Read the full article

3.6.2 Relational opertors

3.6.2 সম্পৰ্কীয় অপাৰটৰ For Example উদাহৰণস্বৰূপে SELECT * FROM <Table Name> WHERE Total Marks is then or equal to 400. <তালিকাৰ নাম> য’ত মুঠ নম্বৰ তেতিয়া বা 400-ৰ সমান হয় বা চয়ন কৰক।

3.6.1 Ra Arithmetic Opertors

3.6.1 ৰা পাটিগণিত অপাৰটৰ You can use arithmetic operators while viewing records in a table (in WHERE clause) as well as performing data manipulation operations such as INSERT, UPDATE, and DELETE. The rithmetic operators are given in the above table. আপুনি টেবল এখনত ৰেকৰ্ড চোৱাৰ সময়ত (য’ত ধাৰাত) গাণিতিক অপাৰেটৰ ব্যৱহাৰ কৰিব পাৰে আৰু লগতে…

Read the full article