Skip to main content

LATEST FROM BMR BLOG

STRUCTURED QUERY LANGUAGE(SQL)

STRUCTURED QUERY LANGUAGE(SQL) Created by: B Mokshagna Reddy (BMR) SQL DATA DEFINITION AND DATATYPES SQL Schema: An SQL schema is identified by a schema name and includes an authorization identifier name to indicate user or account who owns the schema, as well as descriptor for each elements in the schema. Schema creation with authorization: CREATE SCHEMA DATABASE_NAME AUTHORIZATION IDENTIFIER; Eg: CREATE SCHEMA COMPANY AUTHORIZATION ‘JSMITH’; Catalog: Named collection of schemas. Data Definition, Constraints, and Schema Changes Used to CREATE, DROP, and ALTER the descriptions of the tables (relations) of a database Creating a Database Syntax: CREATE DATABASE database_name; Creating a Table Syntax CREATE TABLE table_name (Column_name datatype[(size)], Column_name datatype[(size)], ); Specifies a new base relation by giving it a name, and specifying each of...

ENGINEERING

ENGINEERING


Created by: B Mokshagna Reddy (BMR)


CHEMISTRY

1. Environmental Studies - Related Topics
2. Nano Technology - Related Topics

COMPUTER SCIENCE

1. Ardunio Board Using C - Related Topics
2. Software Engineering - Related Topics

ENGLISH

1. BASIC ENGLISH - Related Topics
2. MEDIUM ENGLISH - Related Topics

ELECTRONICS

1. Communication Systems - Related Topics
2. Digital Design - Related Topics
3. Opto Electronics and device PhysicsRelated Topics

MATHEMATICS

1. Calculus and Linear Algebra - Related Topics
2. Transsform Techniqued and Partial Differrential Equations - Related Topics
3. Applied StatisticsRelated Topics
Note:
1. Topics are designed by BMR EDUCATION.
2. As of December 19 2022 Updated list of available Notes of ENGINEERING TOPICS.
3. You can also download the content notes for free at our website.


Know More at BMR EDUCATION

Comments

Popular Posts From BMR BLOG

PYTHON INTRODUCTION

PYTHON INTRODUCTION Created by: B Mokshagna Reddy (BMR) INTRODUCTION ➢Created by Guido Van Rossum. ➢First released in 1991. ➢Supports object-oriented Programming with classes and multiple inheritance. ➢Comes with large standard library. ➢Includes an IDLE. ➢Runs on Mac OS X, Windows, Linux as Freeware. FEATURES Easy to Use: Python is very easy to use and high level language. Thus it is programmer-friendly language. Expressive Language: Python language is more expressive. The sense of expressive is the code is easily understandable. Interpreted Language: Python is an interpreted language i.e., interpreter executes the code line by line at a time. This makes debugging easy and thus suitale for beginners. Cross-platform language: Python can run equally on different platforms such as Windows, Linux, Unix, Macintosh etc. Thus, Python is a portable language. Free and open source: Python language is freely ...

CSS SELECTORS

CSS SELECTORS Created by: B Mokshagna Reddy (BMR) CSS Selectors ➢CSS selectors are used to "find" (or select) the HTML elements you want to style. ➢We can divide CSS selectors into five categories: ➢Simple selectors (select elements based on name, id, class) ➢Combinator selectors (select elements based on a specific relationship between them) ➢Pseudo-class selectors (select elements based on a certain state) ➢Pseudo-elements selectors (select and style a part of an element) ➢Attribute selectors (select elements based on an attribute or attribute value) The CSS Element Selectors ➢The element selector selects HTML elements based on the element name. Example p {font-size: 10px;color:red; } The CSS id Selectors ➢The id selector uses the id attribute of an HTML element to select a specific element. ➢The id of an element is unique within a page, so the id selector is used to select one unique...

HTML ELEMENTS

HTML ELEMENTS Created by: B Mokshagna Reddy (BMR) ➢An HTML element is defined by a start tag, some content, and an end tag. ➢The HTML element is everything from the start tag to the end tag. Start tag Element Content Eng tag <h1> Headings </h1> <p> Paragraphs </p> <br> none none Nested HTML Elements ➢HTML elements can be nested (this means that elements can contain other elements). ➢All HTML documents consist of nested HTML elements. The following example contains four HTML elements (<html>, <body>, <h1> and <p>): Example <!DOCTYPE html> <html> <body> <h1>Heading</h1> <p>Paragraph</p> </body> </html> Result ...

START EARNING WITH YoFan

START EARNING WITH YoFan Content from Yofan Website Create your content Create story-like posts or add to your links page. Your users can browse the content on your profile and sign up to receive notifications when you publish new content. Earn from ads Using our partnership with Google AdSense, you can earn directly from the ads that are shown alongside your content. We meet the Better Ads Standard, and continuously improve ad performance. Share your profile Your YoFan profile can be shared anywhere. Add it to your bio and share on social media. We also distribute your content to help you reach new audiences. Link to anything You can link to other platforms using your Links page or you can tag your content with individual links. You can use the linking features for promoting affiliate products, your website or anything that lives on the web. Earn with Yofan

C INTRODUCTION

C INTRODUCTION Created by: B Mokshagna Reddy (BMR) INTRODUCTION ➢C is a general-purpose programming language, developed in 1972, and still quite popular. ➢By design, C's features cleanly reflect the capabilities of the targeted CPUs. ➢C is very powerful; it has been used to develop operating systems, databases, applications, etc. ➢C is strongly associated with UNIX, as it was developed to write the UNIX operating system. Learning C IS BEST ➢It is one of the most popular programming language in the world ➢If you know C, you will have no problem learning other popular programming languages such as Java, Python, C++, C#, etc, as the syntax is similar ➢C is very fast, compared to other programming languages, like Java and Python ➢C is very versatile; it can be used in both applications and technologies START LEARNING C ➢To start using C, you need two things: 1. A text editor, like Notepad, to write C code 2...

HTML ATTRIBUTES

HTML ATTRIBUTES Created by: B Mokshagna Reddy (BMR) ➢All HTML elements can have attributes. ➢Attributes provide additional information about elements. ➢Attributes are always specified in the start tag. ➢Attributes usually come in name/value pairs like: name="value" The href Attribute ➢The <a> or anchor tag defines a hyperlink. The href attribute specifies the URL of the page the link goes to: Example <a href="www.bmreducation.com">This is a Link</a> Result This is a Link The src Attribute ➢The <img> tag is used to embed an image in an HTML page. The <src> attribute specifies the path to the image to be displayed. Example <img src="BMR_OFFICIAL.gif"> Result The width and height Attribute ➢The <img> tag should also contain the <height> and <width> attributes, which specify the width and height of th...

MAKE YOUR OWN BLOG SITE AND START EARNING

Minimum Requirements 1. You need your Gmail account. 2. An Adsense account. 3. Prepare your own content about any topic you wish. How to Start your own blog? 1. You can start your own blog without any code or programming Knowledge. 2. By user Google Blogger website. 3. you can start your own Blog website. 4. Enter your articles and publish them on your Blog website. 5. you can edit your blog articles, theme, and more anytime easily. 6. you can create your own blog website theme. How do I earn from my blog website? 1. To start earning from my blog website you should connect your site to Adsense. 2. if you are new to AdSense then create an account easily. 3. On your blogger home page you will find the earnings section. 4. At the earnings section you will find an option Connect to Adsense . 5. Connect your site and wait until the page is reviewed for approval. How to set up an AdSens...

NEET UG

NEET UG Created by: B Mokshagna Reddy (BMR) UNIT - 1 : CELL STRUCTURE AND FUNCTION 1. Cell: The unit of Life - Related Notes 2. Biomoleclues - Related Notes 3. Cell Cycle and Cell Division - Related Notes UNIT - 2 : DIVERSITY IN THE LIVING WORLD 1. The Living World - Related Notes 2. Biological Classification - Related Notes UNIT - 3 : PLANT AND ANIMAL KINGDOM 1. Plant Kingdom - Related Notes 2. Animal Kingdom: Basics of Classification - Related Notes 3. Animal Kingdom: NON - CHORDATA - Related Notes 4. Animal Kingdom: CHORDATA - Related Notes NEET UG GUIDE 1. Neet Stats - Related Notes 2. Neet Syllabus - Related Notes 3. Neet Seat Matrix - Related Notes Note: 1. Topics are designed by BMR EDUCATION. 2. As of December 19 2022 Updated list of available Notes of NEET UG. 3. You can also download the content notes for free at our website. Know More at BMR EDUCATION

GAME FELL | BMR GAMES

GAME FELL | BMR GAMES Created by: B Mokshagna Reddy (BMR) ABOUT THE GAME ➢Shoot your target any time unlimted and enjoy. Developed By ➢BMR GAMES TO PLAY NOW Click Here VISIT OUR GAMING WEBSITE NOW BMR GAMES Learn More at BMR EDUCATION