{"id":16892,"date":"2023-06-27T06:30:42","date_gmt":"2023-06-27T06:30:42","guid":{"rendered":"https:\/\/www.prepbytes.com\/blog\/?p=16892"},"modified":"2023-06-27T06:30:42","modified_gmt":"2023-06-27T06:30:42","slug":"basic-concepts-about-database","status":"publish","type":"post","link":"https:\/\/prepbytes.com\/blog\/basic-concepts-about-database\/","title":{"rendered":"Basic Concepts About Database"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1687847138377-Basic%20Concepts%20About%20Database.jpg\" alt=\"\" \/><\/p>\n<p>Database systems are advanced computer-based record-keeping systems that offer exceptional functionality in organizing and managing data. These systems, commonly known as databases, store vast amounts of information related to specific organizations, enabling efficient decision-making processes within their management. By maintaining comprehensive data, they facilitate the smooth operation of an organization by providing the necessary information for informed decision-making.<\/p>\n<p>A database system can be defined as a cohesive collection of interconnected data that is stored together to serve multiple applications. It operates independently of the programs that utilize the data, ensuring flexibility and adaptability. This independence allows for seamless addition, modification, and retrieval of data within the database, following a standardized and controlled approach. By adhering to a structured format, databases lay the foundation for future application development and expansion.<\/p>\n<h2>What Is a Database?<\/h2>\n<p>A database is a planned grouping of material that has been organized and is often kept electronically in a computer system. A database management system (DBMS) typically has control over a database. The term &quot;database system,&quot; which is frequently abbreviated to &quot;database,&quot; refers to the combination of the data, the DBMS, and the applications that are connected to it.<br \/>\nTo facilitate processing and data querying, the most popular types of databases currently in use typically model their data as rows and columns in a set of tables. The data may then be handled, updated, regulated, and organized with ease. For writing and querying data, most databases employ structured query language (SQL).<\/p>\n<h2>Purpose of Database<\/h2>\n<p>A database&#8217;s goal is to have a collection of data serve as many applications as it can. As a result, a database is frequently considered to be a collection of data required to carry out specific tasks inside a business or organization. It would enable not just data retrieval but also ongoing data alteration, which is necessary for operation control. You might be able to search the database to get answers to your inquiries or details for planning.<br \/>\nPermanent records are kept in many files in a typical file-processing system. To extract the records and add them to the proper files, a variety of application programs are built. Data redundancy (data duplication), data inconsistency, maladaptive data, non-standard data, unsecured data, erroneous data, etc. are some of the key limits and drawbacks of this method. All of these issues can be solved with a database management system because it offers centralized data control.<\/p>\n<h2>Database Abstraction<\/h2>\n<p>Providing the user with only the information they need is one of a database&#8217;s main goals. This indicates that the system hides some information about how the data is maintained and stored rather than disclosing all the information about the data. They are shielded from the complexity of databases, which, if necessary, are arranged across a number of levels of abstraction to ease their engagement with the system. Three layers are used to implement the various database levels:<\/p>\n<h3>Internal Level (Physical Level)<\/h3>\n<p>The internal level, the lowest level of abstraction, is the most analogous to physical storage. It explains the specifics of how the data is kept on the storage medium.<\/p>\n<h3>Conceptual Level<\/h3>\n<p>The data that is specifically saved in the database is described at this level of abstraction. Additionally, it describes the connections between the data. At this level, databases are logically explained using straightforward data structures. Users at this level are not concerned with the actual implementation of these logical data structures.<\/p>\n<h3>External Level (View Level)<\/h3>\n<p>This level, which is closest to users, relates to how each user views the data.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1687847310500-1-01%20%2832%29.png\" alt=\"\" \/><\/p>\n<p>Any modification at one level can have an impact on plans at other levels since a database can be seen through three different levels of abstraction. Databases may occasionally undergo numerous modifications as they continue to expand. The database shouldn&#8217;t need to be redesigned and implemented as a result of this. The idea of data independence works well in this situation.<\/p>\n<h2>Concept of Database<\/h2>\n<p>To store and manage data efficiently in the database let us understand some key terms:<\/p>\n<p><strong>1. Database Schema:<\/strong> The database&#8217;s design. Alternatively, we may describe it as the database&#8217;s &quot;skeleton,&quot; which shows the links between the tables, constraints, and the sorts of data that will be stored in the rows and columns.<\/p>\n<p><strong>2. Data Constraints:<\/strong> In a database, we can use constraints to impose limitations on a table&#8217;s ability to contain certain types of data in one or more of its columns. As we build the table, constraints are defined.<\/p>\n<p><strong>3. Data dictionary or Metadata:<\/strong> The data about the data is referred to as metadata, or data dictionaries. Alternatively, we may argue that metadata refers to the database structure and other sorts of data constraints that are recorded by DBMS in the dictionary.<\/p>\n<p><strong>4. Database instance:<\/strong> A database instance is used to specify the entirety of the database environment, including all of its constituent parts. Alternatively, we could say that the memory structures and background operations that are employed to access the database files are a group of them. <\/p>\n<p><strong>5. Query:<\/strong> To access data from a database, you must first create a query. Users must therefore create queries in order to manipulate or obtain data from the database. <\/p>\n<p><strong>6. Data manipulation:<\/strong> In a database, we can easily manipulate data using the three main operations that are Insertion, Deletion, and updation.<\/p>\n<p><strong>7. Data Engine:<\/strong> It is an underlying component that is used to create and manage various database queries.<\/p>\n<h2>Advantages of Database<\/h2>\n<p>Let us consider some of the benefits provided by a database system and see how a database system overcomes the above-mentioned problems:-<\/p>\n<ol>\n<li>significantly reduces database redundancy<\/li>\n<li>The database has strong control over inconsistent data.<\/li>\n<li>Data sharing is made easier by the database.<\/li>\n<li>Databases impose rules.<\/li>\n<li>Data security can be ensured via the database.<\/li>\n<li>Databases can be used to uphold integrity.<\/li>\n<\/ol>\n<p>Therefore, for systems with better performance and efficiency, database systems are preferred.<\/p>\n<h2>Disadvantages of Database<\/h2>\n<p>With the complex tasks to be performed by the database system, some things may come up which can be termed as the disadvantages of using the database system. These are:-<\/p>\n<ol>\n<li>Without effective controls, security could be compromised.<\/li>\n<li>Without effective controls, integrity could be compromised.<\/li>\n<li>Additional hardware might be needed.<\/li>\n<li>Possible performance overhead is considerable.<\/li>\n<li>The system is probably complicated.<\/li>\n<\/ol>\n<p><strong>Conclusion<\/strong><br \/>\nIn conclusion, understanding the basic concepts of databases is essential in today&#8217;s data-driven world. Databases serve as sophisticated computer-based systems for efficient record-keeping, data organization, and information management. By grasping these fundamental concepts, individuals can navigate the realm of databases more effectively, whether as users, developers, or decision-makers.<\/p>\n<p>Databases are collections of interrelated data that store information about a particular enterprise or domain. They provide a centralized and structured repository for storing, managing, and retrieving data. With the aid of database systems, organizations can optimize their operations, enhance decision-making processes, and ensure data integrity.<\/p>\n<p>Key concepts such as data independence, data modeling, and data manipulation are integral to comprehending the workings of databases. Data independence allows for separating data storage and data access, facilitating flexibility and adaptability. Data modeling involves designing the logical structure and relationships within a database, ensuring efficient data organization. Data manipulation involves adding, modifying, and retrieving data from the database using standardized and controlled approaches.<\/p>\n<h2>FAQ related to Basic Concepts about Database<\/h2>\n<p><strong>Q1. What is a database?<\/strong><br \/>\nA database is a collection of interrelated data that is organized, stored, and managed in a structured manner to facilitate efficient data access, retrieval, and manipulation.<\/p>\n<p><strong>Q2. Why are databases important?<\/strong><br \/>\nDatabases are essential as they provide a centralized and secure platform for storing and managing data. They enable organizations to make informed decisions, optimize operations, and ensure data integrity.<\/p>\n<p><strong>Q3. What is data independence?<\/strong><br \/>\nData independence refers to the separation of data storage and data access. It allows changes in the data storage structure without affecting the way users access and manipulate the data.<\/p>\n<p><strong>Q4. What is data modeling?<\/strong><br \/>\nData modeling involves designing the logical structure and relationships within a database. It defines the entities, attributes, and relationships to ensure efficient data organization and retrieval.<\/p>\n<p><strong>Q5. How do databases facilitate data manipulation?<\/strong><br \/>\nDatabases provide standardized and controlled methods for adding, modifying, and retrieving data. Query languages like SQL (Structured Query Language) are used to interact with databases and perform various data manipulation operations.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Database systems are advanced computer-based record-keeping systems that offer exceptional functionality in organizing and managing data. These systems, commonly known as databases, store vast amounts of information related to specific organizations, enabling efficient decision-making processes within their management. By maintaining comprehensive data, they facilitate the smooth operation of an organization by providing the necessary information [&hellip;]<\/p>\n","protected":false},"author":52,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[190],"tags":[],"class_list":["post-16892","post","type-post","status-publish","format-standard","hentry","category-dbms"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Basic Concepts About Database<\/title>\n<meta name=\"description\" content=\"Databases serve as sophisticated computer-based systems for efficient record-keeping, data organization, and information management.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/prepbytes.com\/blog\/basic-concepts-about-database\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Basic Concepts About Database\" \/>\n<meta property=\"og:description\" content=\"Databases serve as sophisticated computer-based systems for efficient record-keeping, data organization, and information management.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/prepbytes.com\/blog\/basic-concepts-about-database\/\" \/>\n<meta property=\"og:site_name\" content=\"PrepBytes Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prepbytes0211\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-06-27T06:30:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1687847138377-Basic%20Concepts%20About%20Database.jpg\" \/>\n<meta name=\"author\" content=\"Prepbytes\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Prepbytes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/prepbytes.com\/blog\/basic-concepts-about-database\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/prepbytes.com\/blog\/basic-concepts-about-database\/\"},\"author\":{\"name\":\"Prepbytes\",\"@id\":\"http:\/\/43.205.93.38\/#\/schema\/person\/3f7dc4ae851791d5947a7f99df363d5e\"},\"headline\":\"Basic Concepts About Database\",\"datePublished\":\"2023-06-27T06:30:42+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/prepbytes.com\/blog\/basic-concepts-about-database\/\"},\"wordCount\":1381,\"commentCount\":0,\"publisher\":{\"@id\":\"http:\/\/43.205.93.38\/#organization\"},\"image\":{\"@id\":\"https:\/\/prepbytes.com\/blog\/basic-concepts-about-database\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1687847138377-Basic%20Concepts%20About%20Database.jpg\",\"articleSection\":[\"DBMS\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/prepbytes.com\/blog\/basic-concepts-about-database\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/prepbytes.com\/blog\/basic-concepts-about-database\/\",\"url\":\"https:\/\/prepbytes.com\/blog\/basic-concepts-about-database\/\",\"name\":\"Basic Concepts About Database\",\"isPartOf\":{\"@id\":\"http:\/\/43.205.93.38\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/prepbytes.com\/blog\/basic-concepts-about-database\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/prepbytes.com\/blog\/basic-concepts-about-database\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1687847138377-Basic%20Concepts%20About%20Database.jpg\",\"datePublished\":\"2023-06-27T06:30:42+00:00\",\"description\":\"Databases serve as sophisticated computer-based systems for efficient record-keeping, data organization, and information management.\",\"breadcrumb\":{\"@id\":\"https:\/\/prepbytes.com\/blog\/basic-concepts-about-database\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/prepbytes.com\/blog\/basic-concepts-about-database\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/prepbytes.com\/blog\/basic-concepts-about-database\/#primaryimage\",\"url\":\"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1687847138377-Basic%20Concepts%20About%20Database.jpg\",\"contentUrl\":\"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1687847138377-Basic%20Concepts%20About%20Database.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/prepbytes.com\/blog\/basic-concepts-about-database\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\/\/43.205.93.38\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"DBMS\",\"item\":\"https:\/\/prepbytes.com\/blog\/category\/dbms\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Basic Concepts About Database\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\/\/43.205.93.38\/#website\",\"url\":\"http:\/\/43.205.93.38\/\",\"name\":\"PrepBytes Blog\",\"description\":\"ONE-STOP RESOURCE FOR EVERYTHING RELATED TO CODING\",\"publisher\":{\"@id\":\"http:\/\/43.205.93.38\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\/\/43.205.93.38\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"http:\/\/43.205.93.38\/#organization\",\"name\":\"Prepbytes\",\"url\":\"http:\/\/43.205.93.38\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/43.205.93.38\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/blog.prepbytes.com\/wp-content\/uploads\/2025\/07\/uzxxllgloialmn9mhwfe.webp\",\"contentUrl\":\"https:\/\/blog.prepbytes.com\/wp-content\/uploads\/2025\/07\/uzxxllgloialmn9mhwfe.webp\",\"width\":160,\"height\":160,\"caption\":\"Prepbytes\"},\"image\":{\"@id\":\"http:\/\/43.205.93.38\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/prepbytes0211\/\",\"https:\/\/www.instagram.com\/prepbytes\/\",\"https:\/\/www.linkedin.com\/company\/prepbytes\/\",\"https:\/\/www.youtube.com\/channel\/UC0xGnHDrjUM1pDEK2Ka5imA\"]},{\"@type\":\"Person\",\"@id\":\"http:\/\/43.205.93.38\/#\/schema\/person\/3f7dc4ae851791d5947a7f99df363d5e\",\"name\":\"Prepbytes\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/43.205.93.38\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/232042cd1a1ea0e982c96d2a2ec93fb70a8e864e00784491231e7bfe5a9e06b5?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/232042cd1a1ea0e982c96d2a2ec93fb70a8e864e00784491231e7bfe5a9e06b5?s=96&d=mm&r=g\",\"caption\":\"Prepbytes\"},\"url\":\"https:\/\/prepbytes.com\/blog\/author\/gourav-jaincollegedekho-com\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Basic Concepts About Database","description":"Databases serve as sophisticated computer-based systems for efficient record-keeping, data organization, and information management.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/prepbytes.com\/blog\/basic-concepts-about-database\/","og_locale":"en_US","og_type":"article","og_title":"Basic Concepts About Database","og_description":"Databases serve as sophisticated computer-based systems for efficient record-keeping, data organization, and information management.","og_url":"https:\/\/prepbytes.com\/blog\/basic-concepts-about-database\/","og_site_name":"PrepBytes Blog","article_publisher":"https:\/\/www.facebook.com\/prepbytes0211\/","article_published_time":"2023-06-27T06:30:42+00:00","og_image":[{"url":"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1687847138377-Basic%20Concepts%20About%20Database.jpg","type":"","width":"","height":""}],"author":"Prepbytes","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Prepbytes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/prepbytes.com\/blog\/basic-concepts-about-database\/#article","isPartOf":{"@id":"https:\/\/prepbytes.com\/blog\/basic-concepts-about-database\/"},"author":{"name":"Prepbytes","@id":"http:\/\/43.205.93.38\/#\/schema\/person\/3f7dc4ae851791d5947a7f99df363d5e"},"headline":"Basic Concepts About Database","datePublished":"2023-06-27T06:30:42+00:00","mainEntityOfPage":{"@id":"https:\/\/prepbytes.com\/blog\/basic-concepts-about-database\/"},"wordCount":1381,"commentCount":0,"publisher":{"@id":"http:\/\/43.205.93.38\/#organization"},"image":{"@id":"https:\/\/prepbytes.com\/blog\/basic-concepts-about-database\/#primaryimage"},"thumbnailUrl":"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1687847138377-Basic%20Concepts%20About%20Database.jpg","articleSection":["DBMS"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/prepbytes.com\/blog\/basic-concepts-about-database\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/prepbytes.com\/blog\/basic-concepts-about-database\/","url":"https:\/\/prepbytes.com\/blog\/basic-concepts-about-database\/","name":"Basic Concepts About Database","isPartOf":{"@id":"http:\/\/43.205.93.38\/#website"},"primaryImageOfPage":{"@id":"https:\/\/prepbytes.com\/blog\/basic-concepts-about-database\/#primaryimage"},"image":{"@id":"https:\/\/prepbytes.com\/blog\/basic-concepts-about-database\/#primaryimage"},"thumbnailUrl":"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1687847138377-Basic%20Concepts%20About%20Database.jpg","datePublished":"2023-06-27T06:30:42+00:00","description":"Databases serve as sophisticated computer-based systems for efficient record-keeping, data organization, and information management.","breadcrumb":{"@id":"https:\/\/prepbytes.com\/blog\/basic-concepts-about-database\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/prepbytes.com\/blog\/basic-concepts-about-database\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/prepbytes.com\/blog\/basic-concepts-about-database\/#primaryimage","url":"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1687847138377-Basic%20Concepts%20About%20Database.jpg","contentUrl":"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1687847138377-Basic%20Concepts%20About%20Database.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/prepbytes.com\/blog\/basic-concepts-about-database\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"http:\/\/43.205.93.38\/"},{"@type":"ListItem","position":2,"name":"DBMS","item":"https:\/\/prepbytes.com\/blog\/category\/dbms\/"},{"@type":"ListItem","position":3,"name":"Basic Concepts About Database"}]},{"@type":"WebSite","@id":"http:\/\/43.205.93.38\/#website","url":"http:\/\/43.205.93.38\/","name":"PrepBytes Blog","description":"ONE-STOP RESOURCE FOR EVERYTHING RELATED TO CODING","publisher":{"@id":"http:\/\/43.205.93.38\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/43.205.93.38\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"http:\/\/43.205.93.38\/#organization","name":"Prepbytes","url":"http:\/\/43.205.93.38\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/43.205.93.38\/#\/schema\/logo\/image\/","url":"https:\/\/blog.prepbytes.com\/wp-content\/uploads\/2025\/07\/uzxxllgloialmn9mhwfe.webp","contentUrl":"https:\/\/blog.prepbytes.com\/wp-content\/uploads\/2025\/07\/uzxxllgloialmn9mhwfe.webp","width":160,"height":160,"caption":"Prepbytes"},"image":{"@id":"http:\/\/43.205.93.38\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/prepbytes0211\/","https:\/\/www.instagram.com\/prepbytes\/","https:\/\/www.linkedin.com\/company\/prepbytes\/","https:\/\/www.youtube.com\/channel\/UC0xGnHDrjUM1pDEK2Ka5imA"]},{"@type":"Person","@id":"http:\/\/43.205.93.38\/#\/schema\/person\/3f7dc4ae851791d5947a7f99df363d5e","name":"Prepbytes","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/43.205.93.38\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/232042cd1a1ea0e982c96d2a2ec93fb70a8e864e00784491231e7bfe5a9e06b5?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/232042cd1a1ea0e982c96d2a2ec93fb70a8e864e00784491231e7bfe5a9e06b5?s=96&d=mm&r=g","caption":"Prepbytes"},"url":"https:\/\/prepbytes.com\/blog\/author\/gourav-jaincollegedekho-com\/"}]}},"_links":{"self":[{"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/posts\/16892","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/users\/52"}],"replies":[{"embeddable":true,"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/comments?post=16892"}],"version-history":[{"count":1,"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/posts\/16892\/revisions"}],"predecessor-version":[{"id":16893,"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/posts\/16892\/revisions\/16893"}],"wp:attachment":[{"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/media?parent=16892"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/categories?post=16892"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/tags?post=16892"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}